Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djpugh committed Dec 27, 2023
1 parent e62db7d commit 7bc586c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ profile = "appnexus"
src_paths = ['src/']
known_first_party = [
"mkdocs_github_changelog.*",
"mkdocs_github_changelog*"
]
known_application = 'mkdocs_github_changelog*'
force_alphabetical_sort_within_sections = true
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_get_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from nskit.common.contextmanagers import Env, TestExtension

from mkdocs_github_changelog import get_releases

from mkdocs_github_changelog.get_releases import (
_EnvironmentFactory,
autoprocess_github_links,
Expand Down

0 comments on commit 7bc586c

Please sign in to comment.