Skip to content

Commit ccfd7a4

Browse files
committed
fixed F405
1 parent 3de4f50 commit ccfd7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advection_nonuniform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""
55

66
__all__ = ['simulation']
7-
from .simulation import *
7+
from .simulation import Simulation

0 commit comments

Comments
 (0)