8000 Remove usage of import * · matplotlib/matplotlib@0c7437c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c7437c

Browse files
committed
Remove usage of import *
1 parent 5fdc037 commit 0c7437c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/style/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
from core import *
2-
1+
from core import use, context, available, library, reload_library

0 commit comments

Comments
 (0)
0