mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
fix flake8 complaint
This commit is contained in:
parent
78c807a6cc
commit
0c34e363f3
@ -244,7 +244,9 @@ class KillSwitchSet:
|
||||
"""
|
||||
return [k for k in self.kill_switches if version in k.version]
|
||||
|
||||
def check_killswitch(self, name: str, data: UPDATABLE_DATA, log=logger, version=_current_version) -> Tuple[bool, UPDATABLE_DATA]:
|
||||
def check_killswitch(
|
||||
self, name: str, data: UPDATABLE_DATA, log=logger, version=_current_version
|
||||
) -> Tuple[bool, UPDATABLE_DATA]:
|
||||
"""
|
||||
Check whether or not a killswitch is enabled. If it is, apply rules if any.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user