Skip to content

Commit

Permalink
Merge pull request #1248 from timothycrosley/deepsource-fix-55906627
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
timothycrosley committed Jul 4, 2020
2 parents e48bfcb + d1ab599 commit b5fb9db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/build_profile_docs.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#! /bin/env python
import os
from typing import Any, Dict, Generator, Iterable, Type

from isort._future import dataclass
from isort.main import _build_arg_parser
from isort.profiles import profiles
from isort.settings import _DEFAULT_SETTINGS as config

OUTPUT_FILE = os.path.abspath(
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../docs/configuration/profiles.md")
Expand Down

0 comments on commit b5fb9db

Please sign in to comment.