Skip to content

Commit

Permalink
removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent fbd0311 commit 5ac920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/lib/eval.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pydoc
from types import CodeType
from typing import Any
from collections.abc import Callable, Iterator
from collections.abc import Callable

import builtins
import inspect
Expand Down

0 comments on commit 5ac920c

Please sign in to comment.