Skip to content

Commit

Permalink
Path redone #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaryska committed Sep 20, 2024
1 parent f3070f9 commit a3f0fe4
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 330 deletions.
3 changes: 2 additions & 1 deletion gopay/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import tomli
from pathlib import Path

import tomli

def get_project_version():
pyproject_path = Path(__file__).resolve().parent.parent / 'pyproject.toml'
with open(pyproject_path, 'rb') as file:
Expand Down
Loading

0 comments on commit a3f0fe4

Please sign in to comment.