Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 25, 2024
1 parent bddd75e commit 26a1469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/hooks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import inspect
import logging
from pathlib import Path
import re
import textwrap

from typer.testing import CliRunner
Expand Down
2 changes: 1 addition & 1 deletion erdantic/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import pydantic
import pygraphviz as pgv # type: ignore [import-not-found]
from sortedcontainers_pydantic import SortedDict, SortedSet
from sortedcontainers_pydantic import SortedDict
from typenames import REMOVE_ALL_MODULES, typenames

from erdantic._version import __version__
Expand Down

0 comments on commit 26a1469

Please sign in to comment.