Skip to content

Commit

Permalink
GH-4: No need to disable pylint check now
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Oct 16, 2023
1 parent 95d6b59 commit f73bf8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemes/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def add_tables(metadata: MetaData) -> None:
Table("users", metadata, Column("email", Text, nullable=False, unique=True))


# pylint: disable=duplicate-code
class DatabaseUserRepository(UserRepository):
@inject.autoparams()
def __init__(self, engine: Engine):
Expand Down

0 comments on commit f73bf8e

Please sign in to comment.