Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/timothycrosley/isort
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 4, 2020
2 parents 7feb6c2 + db1de6b commit 9e7f699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
=========

NOTE: isort follows the [semver](https://semver.org/) versioning standard.

### 5.0.1 - July 4, 2020
- Fixed a runtime error in a vendored dependency (toml).

Expand Down
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 9e7f699

Please sign in to comment.