Skip to content

Commit 6fc9637

Browse files
committedMar 17, 2025
formatting imports with isort
1 parent 835457b commit 6fc9637

File tree

151 files changed

+337
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+337
-210
lines changed
 

‎account/configure-account.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
2-
from os.path import join, dirname
2+
from os.path import dirname, join
3+
34
from dotenv import load_dotenv
45

56
dotenv_path = join(dirname(__file__), '../.env')

‎account/create-secret.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
2-
from os.path import join, dirname
2+
from os.path import dirname, join
3+
34
from dotenv import load_dotenv
45

56
# Load the environment

0 commit comments

Comments
 (0)