Skip to content

Commit

Permalink
fix: python formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed Jul 16, 2024
1 parent a10ea1f commit f933143
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libs/iroha_torii/pytests/common/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

load_dotenv()

BASE_DIR = os.path.dirname(os.path.dirname(
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
))
BASE_DIR = os.path.dirname(
os.path.dirname(
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
)
)
CONFIG_DIR = os.path.join(BASE_DIR, "defaults/client.toml")

with open(CONFIG_DIR, "r") as file:
Expand Down

0 comments on commit f933143

Please sign in to comment.