Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 3, 2024
1 parent 6f33782 commit f7aebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions socs/db/suprsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class SupRsyncFilesManager:
"""

def __init__(
self, db_path: str, create_all: bool =True, echo: bool=False,
pool_size: int=5, max_overflow: int=10
self, db_path: str, create_all: bool = True, echo: bool = False,
pool_size: int = 5, max_overflow: int = 10
) -> None:
db_path = os.path.abspath(db_path)
if not os.path.exists(os.path.dirname(db_path)):
Expand Down

0 comments on commit f7aebf5

Please sign in to comment.