mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Removed prototyping code
This commit is contained in:
parent
4900361621
commit
0fb5a3476a
@ -193,10 +193,3 @@ def get_reason(id: str, *, version: semantic_version.Version = _current_version)
|
||||
def kills_for_version(version: semantic_version.Version = _current_version) -> List[KillSwitch]:
|
||||
"""Query the global KillSwitchSet for kills matching a particular version."""
|
||||
return active.kills_for_version(version)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup_main_list()
|
||||
print(f'{_current_version=}')
|
||||
print(f"{get_disabled('test')=}")
|
||||
print(f"{active=}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user