Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
It makes them a bit easier to read.
  • Loading branch information
annawoodard committed Mar 27, 2018
1 parent 314c266 commit 817e737
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libsubmit/providers/local/local.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import os
import logging
import subprocess
import math
import time
import os
import signal
import subprocess
import time
from string import Template
from libsubmit.providers.provider_base import ExecutionProvider
from libsubmit.launchers import Launchers
from libsubmit.exec_utils import execute_no_wait

import libsubmit.error as ep_error
from libsubmit.channels.local.local import LocalChannel
from libsubmit.launchers import Launchers
from libsubmit.providers.provider_base import ExecutionProvider

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 817e737

Please sign in to comment.