Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 30, 2023
1 parent 892a513 commit a0cd540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plum/function.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import textwrap
from copy import copy
from functools import wraps
from types import MethodType
from typing import Any, Callable, List, Optional, Tuple, TypeVar, Union
from copy import copy

from .resolver import AmbiguousLookupError, NotFoundLookupError, Resolver
from .signature import Signature, append_default_args, extract_signature
Expand Down
5 changes: 2 additions & 3 deletions plum/signature.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from typing import Callable, List, Tuple, Optional

import typing
import inspect
import operator
import typing
from copy import copy
from typing import Callable, List, Optional, Tuple

import beartype.door
from beartype.peps import resolve_pep563
Expand Down

0 comments on commit a0cd540

Please sign in to comment.