Skip to content

Commit

Permalink
Import from folder not file (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Mar 13, 2023
1 parent 185dd46 commit d15f96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/basix/ufl_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# TODO: remove gdim arguments once UFL handles cells better
# TODO: remove IrreducibleInt once UFL handles element degrees better
from ufl.algorithms.estimate_degrees import IrreducibleInt as _IrreducibleInt
from ufl.finiteelement.finiteelementbase import \
FiniteElementBase as _FiniteElementBase
from ufl.finiteelement import FiniteElementBase as _FiniteElementBase

import basix as _basix

Expand Down

0 comments on commit d15f96f

Please sign in to comment.