Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Dyuldina committed Sep 27, 2023
1 parent 4598181 commit 4f4cf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/logic/lock_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class LockManager:
Lock manager class
"""

# pylint: disable=consider-using-with
# pylint: disable=consider-using-with,too-many-instance-attributes

_lock_conf: dict
_process_lockfile_path: str
Expand Down

0 comments on commit 4f4cf73

Please sign in to comment.