Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Oct 5, 2023
1 parent 1452524 commit 47a5965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions metaflow/plugins/pypi/bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import bz2
import io
import json
import os
import shutil
import subprocess
import sys
import tarfile

import requests
import tarfile
import io
import bz2

from metaflow.metaflow_config import DATASTORE_LOCAL_DIR
from metaflow.plugins import DATASTORES
Expand Down
2 changes: 1 addition & 1 deletion metaflow/plugins/pypi/conda_environment.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import errno
import fcntl
import functools
import time
import io
import json
import os
import sys
import time
from concurrent.futures import ThreadPoolExecutor
from hashlib import sha256
from io import BufferedIOBase
Expand Down

0 comments on commit 47a5965

Please sign in to comment.