mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Reformat code with upgraded version of black (#3446)
This commit is contained in:
@@ -9,9 +9,7 @@ if TYPE_CHECKING:
|
||||
|
||||
class ILaserCodeRegistry(ABC):
|
||||
@abstractmethod
|
||||
def alloc_laser_code(self) -> LaserCode:
|
||||
...
|
||||
def alloc_laser_code(self) -> LaserCode: ...
|
||||
|
||||
@abstractmethod
|
||||
def release_code(self, code: LaserCode) -> None:
|
||||
...
|
||||
def release_code(self, code: LaserCode) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user