Skip to content

Commit

Permalink
Merge pull request #749 from fstagni/fix_import
Browse files Browse the repository at this point in the history
fix: added imports at the beginning
  • Loading branch information
fstagni committed Dec 1, 2023
2 parents e0aedb3 + 283e208 commit 8d7c5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebAppDIRAC/WebApp/handler/JobLaunchpadHandler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import os
import pprint
import shutil
import tempfile

from DIRAC import gConfig, gLogger
Expand Down Expand Up @@ -174,8 +176,6 @@ def web_jobSubmit(self):

if len(store) > 0: # If there is a file(s) in sandbox
clearFS = True
import shutil
import os

storePath = tempfile.mkdtemp(prefix="DIRAC_")
try:
Expand Down

0 comments on commit 8d7c5c0

Please sign in to comment.