Skip to content

Commit

Permalink
fixed style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranjali Basmatkar authored and Pranjali Basmatkar committed Jul 18, 2023
1 parent 3795678 commit 6f3d60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tango/step_caches/local_step_cache.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import collections
import os
import logging
import os
import shutil
import warnings
import weakref
import shutil
from pathlib import Path
from typing import Any, MutableMapping, Optional, OrderedDict, Union, cast

Expand Down
2 changes: 0 additions & 2 deletions tango/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
from urllib.parse import ParseResult, urlparse

import pytz
from sqlitedict import SqliteDict
import shutil

from .common import Registrable
from .common.from_params import FromParams
Expand Down

0 comments on commit 6f3d60c

Please sign in to comment.