Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Feb 23, 2024
1 parent 996a1bb commit 508f1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ebcc/util/einsumfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import ctypes

from pyscf.lib import direct_sum, dot, einsum as pyscf_einsum # noqa: F401
from pyscf.lib import direct_sum, dot # noqa: F401
from pyscf.lib import einsum as pyscf_einsum # noqa: F401

from ebcc import numpy as np

Expand Down

0 comments on commit 508f1c1

Please sign in to comment.