Linting, removed extra line from pyproject.toml.

This commit is contained in:
Leo Vasanko
2023-11-08 13:08:46 -08:00
parent 9bbbc829a1
commit e26cb8f70a
10 changed files with 1 additions and 11 deletions
-1
View File
@@ -24,7 +24,6 @@ class User(msgspec.Struct, omit_defaults=True):
lastSeen: int = 0 # noqa: N815
class Link(msgspec.Struct, omit_defaults=True):
location: str
creator: str = ""