Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove unused vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Nov 28, 2023
1 parent a6ee64e commit 63bb213
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts-dev/schema_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ def get_tags(repo: git.Repo) -> Iterator[git.Tag]:
def calculate_version_chart() -> str:
repo = git.Repo(path=".")

schema_version = None
schema_compat_version = None

# Map of schema version -> Synapse versions which are at that schema version.
schema_versions = defaultdict(list)
# Map of schema version -> Synapse versions which are compatible with that
Expand Down

0 comments on commit 63bb213

Please sign in to comment.