Skip to content

Commit 9a2cbbd

Browse files
committed
[INFRA-294]: temporary fix
1 parent 1ec8bf8 commit 9a2cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if __name__ == '__main__':
22
import pkgutil
33
modules = (name for _, name, is_pkg in pkgutil.iter_modules()
4-
if is_pkg)
4+
if is_pkg and name != 'aexol')
55
map(__import__, modules)

0 commit comments

Comments
 (0)