Skip to content

Commit

Permalink
Fix error_helper import in generate_release
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Jan 23, 2024
1 parent 215f577 commit b8462cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from git import Repo
from pytest import main as pytest

from ._error_helper import *
from _error_helper import *

RELEASE_DIRECTORY = Path("release")
ARCHIVE_DIRECTORY = RELEASE_DIRECTORY / "archive"
Expand Down

0 comments on commit b8462cd

Please sign in to comment.