Skip to content

Commit

Permalink
test: add test coverage for both importlib formats
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmx committed Jul 27, 2024
1 parent 709acb8 commit 025df97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data/some_dyn_imports.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from importlib import import_module
import importlib

import_module("polars")
importlib.import_module("patito")

0 comments on commit 025df97

Please sign in to comment.