Skip to content

Commit db5ec96

Browse files
Fix for flake8
1 parent 092ee0e commit db5ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171
@classmethod
7272
def get_instance(cls):
7373
if not cls._instance:
74-
cls._instance = Config(file='config.json')
74+
cls._instance = Config(file='config.json')
7575
return cls._instance
7676

7777
@property

0 commit comments

Comments
 (0)