Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 21, 2020
1 parent 000f2a6 commit 233f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion southwark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

# stdlib
import os
from itertools import chain
from operator import itemgetter
from typing import Dict, Iterator, List, NamedTuple, Sequence, Tuple, Union

Expand All @@ -57,7 +58,6 @@
from dulwich.porcelain import open_repo_closing, path_to_tree_path
from dulwich.repo import Repo
from typing_extensions import TypedDict
from itertools import chain

__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
Expand Down

0 comments on commit 233f588

Please sign in to comment.