Skip to content

Commit f6ef7f7

Browse files
refactoring: blackification and .gitignore update
1 parent f4ec9cf commit f6ef7f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ __pycache__/
33
*/__pycache__/
44

55
# IDE-files
6-
.vscode/
6+
.vscode/
7+
8+
# JetBrains
9+
.idea/

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
CONSUMER_KEY = ""
33
CONSUMER_SECRET = ""
44
ACCESS_TOKEN = ""
5-
ACCESS_SECRET = ""
5+
ACCESS_SECRET = ""

0 commit comments

Comments
 (0)