1
0
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:
A_D 2021-01-05 18:34:17 +02:00 committed by Athanasius
parent 4900361621
commit 0fb5a3476a

View File

@ -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=}")