Skip to content

Commit

Permalink
update generator again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wan committed Feb 28, 2024
1 parent 20f9fe1 commit f1b451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from copper.chiller import *
from copper.generator import *
from copper.schema import *
from copper.unitary_dx import *
from copper.constants import LOGGING_FORMAT
from copper.generator import *
import sys

logging.basicConfig(format=LOGGING_FORMAT, stream=sys.stdout, level=logging.INFO)

0 comments on commit f1b451b

Please sign in to comment.