Skip to content

Commit

Permalink
Update domain.py
Browse files Browse the repository at this point in the history
Correct empty lines in imports
  • Loading branch information
yguclu authored Jul 18, 2023
1 parent c5e7124 commit f384b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympde/topology/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

from sympy import Integer
from sympy.core.singleton import Singleton
from sympde.old_sympy_utilities import is_sequence, with_metaclass
from sympy.core import Basic, symbols
from sympy.core.containers import Tuple
from sympy.tensor import IndexedBase, Indexed
from sympy.core import Add, Mul, Pow
from sympy.core.expr import AtomicExpr

from sympde.old_sympy_utilities import is_sequence, with_metaclass
from sympde.core.basic import CalculusFunction
from .basic import BasicDomain, InteriorDomain, Boundary, Union, Connectivity
from .basic import Interval, Interface, CornerBoundary, CornerInterface
Expand Down

0 comments on commit f384b4a

Please sign in to comment.