Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yichen88 committed Dec 4, 2018
1 parent bd06e63 commit 9123427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-powsybl/pypowsybl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def connect(nb_port):
java_import(gateway.jvm, 'com.powsybl.loadflow.LoadFlowFactory')
java_import(gateway.jvm, 'com.powsybl.iidm.import_.Importers')
java_import(gateway.jvm, 'com.powsybl.iidm.export.Exporters')
java_import(gateway.jvm, 'com.powsybl.iidm.network.test.FictitiousSwitchFactory')

global string_class
string_class = gateway.jvm.java.lang.String
Expand Down

0 comments on commit 9123427

Please sign in to comment.