Skip to content

Commit

Permalink
Fix windows docker runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Aug 2, 2024
1 parent 807802a commit 5e49224
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/styxdocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
import pathlib as pl
import re
import shlex
import threading
import time
from collections import deque
from concurrent.futures import ThreadPoolExecutor
from datetime import datetime
from functools import partial
from subprocess import PIPE, Popen

import psutil
from styxdefs import (
Execution,
InputPathType,
Expand Down

0 comments on commit 5e49224

Please sign in to comment.