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:
@@ -23,12 +23,10 @@ def doctrine_from_name(name: str) -> Doctrine:
|
||||
|
||||
class Reducer(Generic[ReducerT], Iterator[ReducerT], ABC):
|
||||
@abstractmethod
|
||||
def accept(self) -> None:
|
||||
...
|
||||
def accept(self) -> None: ...
|
||||
|
||||
@abstractmethod
|
||||
def reject(self) -> None:
|
||||
...
|
||||
def reject(self) -> None: ...
|
||||
|
||||
|
||||
class MultiPolyReducer(Reducer[MultiPolygon]):
|
||||
|
||||
Reference in New Issue
Block a user