Skip to content

Commit

Permalink
Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Weatherly committed Oct 16, 2024
1 parent d606b49 commit 54573d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/dmrg_molBE_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
Author(s): Shaun Weatherly
"""

import os, unittest, tempfile
from pyscf import cc, gto, scf
import os
import unittest
import tempfile
from pyscf import gto, scf
from molbe import fragpart, BE

class TestBE_DMRG(unittest.TestCase):
Expand Down

0 comments on commit 54573d7

Please sign in to comment.