Skip to content

Commit 4cb3751

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 14777f3 commit 4cb3751

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyemc/runner.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
2+
import platform
23
import subprocess
34
import sys
4-
import platform
55

66

77
def _get_exec() -> None:
@@ -54,8 +54,7 @@ def setup(esh_file: str, *args):
5454
Returns:
5555
None
5656
'''
57-
emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts',
58-
'emc.pl')
57+
emc_setup_file = os.path.join(_get_path(), 'emc', 'scripts', 'emc.pl')
5958

6059
command = ['perl', str(emc_setup_file), esh_file]
6160
for arg in args:

0 commit comments

Comments
 (0)