Skip to content

Commit

Permalink
Fixing circular dependency (#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed May 9, 2024
1 parent 80f6a7a commit f5bc379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parsl/providers/pbspro/pbspro.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from parsl.jobs.states import JobState, JobStatus
from parsl.launchers import SingleNodeLauncher
from parsl.providers.pbspro.template import template_string
from parsl.providers import TorqueProvider

from parsl.providers.torque.torque import translate_table
from parsl.providers.torque.torque import TorqueProvider, translate_table

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f5bc379

Please sign in to comment.