Skip to content

Commit

Permalink
chore(file): rm redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jan 18, 2022
1 parent 0faabf4 commit 476622a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brs_utils/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
)
from ast import literal_eval
from typing import (
Dict
Dict,
List
)
from logging import (
Logger,
Expand All @@ -44,7 +45,6 @@
from pathlib import Path
from zipfile import ZipFile
from csv import reader as csv_reader
from typing import List


def read_sep_file(
Expand Down

0 comments on commit 476622a

Please sign in to comment.