Skip to content

Commit

Permalink
cd(bump-version): change imports to absolute imports (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk authored Aug 9, 2024
1 parent e47a3ca commit 49c3fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Install dependencies
run: |
echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
python -m pip install --upgrade pip setuptools
pip install pytz
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytz

from .get_version import get_version
from dev.scripts.get_version import get_version


def bump_version(
Expand Down

0 comments on commit 49c3fc9

Please sign in to comment.