mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Format missed files with black
This commit is contained in:
@@ -17,8 +17,7 @@ from game import VERSION
|
||||
|
||||
class ReportElement(ABC):
|
||||
@abstractmethod
|
||||
def __str__(self) -> str:
|
||||
...
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
|
||||
class Heading(ReportElement):
|
||||
@@ -75,8 +74,7 @@ ReportStream: TypeAlias = Iterator[ReportElement]
|
||||
|
||||
|
||||
class LinterBase(ABC):
|
||||
def stream_reports(self) -> ReportStream:
|
||||
...
|
||||
def stream_reports(self) -> ReportStream: ...
|
||||
|
||||
|
||||
class UncheckedDataLinter(LinterBase):
|
||||
|
||||
Reference in New Issue
Block a user