chore: Apply flake8 formatting rules

Signed-off-by: teleprint-me <77757836+teleprint-me@users.noreply.github.com>
This commit is contained in:
teleprint-me 2024-01-09 12:14:14 -05:00
parent 29abd8d46c
commit dd1c1004f8
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -77,6 +77,7 @@ DEFAULT_CONCURRENCY = 8
# data types # data types
# #
# TODO: Clean up and refactor data types # TODO: Clean up and refactor data types
@dataclass(frozen=True) @dataclass(frozen=True)
class DataType: class DataType: