Skip to content

Commit

Permalink
Fix remaining file
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 29, 2023
1 parent 66ea86d commit a9d0330
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions foqus_lib/framework/sim/turbineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
import traceback
import urllib.parse
import urllib.request

import foqus_lib.framework.sim.process_management as _pm

_log = logging.getLogger("foqus." + __name__)
from collections import OrderedDict

import turbine.commands
Expand All @@ -57,8 +53,11 @@
read_configuration,
)

import foqus_lib.framework.sim.process_management as _pm
from foqus_lib.framework.foqusException.foqusException import *

_log = logging.getLogger("foqus." + __name__)

if os.name == "nt":
import win32process

Expand Down

0 comments on commit a9d0330

Please sign in to comment.