Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Oct 6, 2024
1 parent 8c90b87 commit 148f567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions metaflow/cli.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import inspect
import json
import shutil
import sys
import threading
import time
import traceback
from datetime import datetime
from functools import wraps
from itertools import cycle

import metaflow.tracing as tracing
from metaflow._vendor import click
Expand Down Expand Up @@ -68,11 +72,6 @@ def echo_dev_null(*args, **kwargs):
pass


import shutil
import threading
import time
from itertools import cycle

_animation_thread = None
_animation_stop = threading.Event()
_default_spinner = cycle(["-", "\\", "|", "/"])
Expand Down
2 changes: 0 additions & 2 deletions metaflow/plugins/pypi/conda_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import io
import json
import os
import signal
import sys
import tarfile
import threading
import time
Expand Down

0 comments on commit 148f567

Please sign in to comment.