Skip to content

Commit

Permalink
linter backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Corny authored and jacquesfize committed Apr 18, 2024
1 parent 912014e commit e11d81a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/utils_flask_sqla/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ class GenericQuery:
def __init__(
self,
DB,
tableName:str,
schemaName:str,
filters:list=[],
limit:int=None,
offset:int=0,
tableName: str,
schemaName: str,
filters: list = [],
limit: int = None,
offset: int = 0,
):
self.DB = DB
self.tableName = tableName
Expand Down

0 comments on commit e11d81a

Please sign in to comment.