Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 18, 2023
1 parent d70d7fd commit 5830072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ etl:

lint-fix:
$(RUN) tox -e lint-fix
$(RUN) tox -e flake8


format: lint-fix
2 changes: 1 addition & 1 deletion src/prefixmaps/datamodel/context.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Classes for managing individual Contexts."""

import re
import logging
import re
from collections import defaultdict
from dataclasses import dataclass, field
from enum import Enum
Expand Down

0 comments on commit 5830072

Please sign in to comment.