mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Improve bad import!
This commit is contained in:
parent
742326f3d3
commit
af4f3b6713
@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
from app.tests.tests import test_user
|
||||
import badimport
|
||||
from doesntexist import badimport
|
||||
|
||||
print(test_user())
|
||||
|
||||
bad_call()
|
||||
|
||||
badimport.foo()
|
||||
Loading…
x
Reference in New Issue
Block a user