Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix imports in file_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 12, 2021
1 parent 03c7ffb commit c9585af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions allennlp/common/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
import tarfile
import shutil
import pickle
import warnings

import numpy as np
import time
import warnings

Expand All @@ -49,6 +46,7 @@
import torch
from botocore.exceptions import ClientError, EndpointConnectionError
from filelock import FileLock as _FileLock
import numpy as np
from overrides import overrides
import requests
from requests.adapters import HTTPAdapter
Expand Down

0 comments on commit c9585af

Please sign in to comment.