Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly committed Jun 12, 2020
1 parent 05a4628 commit 599e078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metoffice_ec2/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
import os
import lzma
from typing import Optional, List, Union, MutableMapping, Hashable
from typing import Optional, List, Union, MutableMapping
import pathlib
import s3fs

Expand Down

0 comments on commit 599e078

Please sign in to comment.