Skip to content

Commit

Permalink
fix faulty import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrink authored Nov 28, 2022
1 parent d171e5b commit f0ac416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RanDepict/randepict.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from dataclasses import dataclass, field

from indigo import Indigo
from indigo.exceptions import IndigoException
from indigo import IndigoException
from indigo.renderer import IndigoRenderer
from jpype import startJVM, getDefaultJVMPath
from jpype import JClass, JVMNotFoundException, isJVMStarted
Expand Down

0 comments on commit f0ac416

Please sign in to comment.