Skip to content

Commit

Permalink
test: enable dynamic_import
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSTEALTH committed Feb 3, 2024
1 parent c91b0de commit 09d1a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/helper_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pytest import raises
from liburing.helper import trap_error
from liburing import trap_error


def test_trap_error():
Expand Down
2 changes: 1 addition & 1 deletion test/version_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from liburing.version import liburing_major_version, liburing_minor_version
from liburing import liburing_major_version, liburing_minor_version


def test_liburing_version():
Expand Down

0 comments on commit 09d1a28

Please sign in to comment.