Skip to content

Commit

Permalink
remove __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
vlukes committed Mar 2, 2024
1 parent 0c06734 commit c7e9825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sfepy/discrete/fem/lcbc_operators.py
Expand Up @@ -2,7 +2,6 @@
Operators for enforcing linear combination boundary conditions in nodal FEM
setting.
"""
from __future__ import absolute_import
import numpy as nm
import scipy.sparse as sp

Expand Down

0 comments on commit c7e9825

Please sign in to comment.