Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/timothycrosley/isort int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
timothycrosley committed Jul 4, 2020
2 parents 98132ec + b5fb9db commit db1de6b
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 db1de6b

Please sign in to comment.