Skip to content

Commit

Permalink
drop unuused imports
Browse files Browse the repository at this point in the history
Filter all code over `ruff check --fix`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed Apr 25, 2024
1 parent 9d27af8 commit f2e7f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion faker/proxy.py
Expand Up @@ -6,7 +6,7 @@

from collections import OrderedDict
from random import Random
from typing import Any, Callable, Dict, List, Optional, Pattern, Sequence, Tuple, TypeVar, Union
from typing import Any, Callable, Pattern, Sequence, TypeVar

from .config import DEFAULT_LOCALE
from .exceptions import UniquenessException
Expand Down
2 changes: 0 additions & 2 deletions faker/proxy.pyi
Expand Up @@ -2,7 +2,6 @@ import datetime

from collections import OrderedDict
from decimal import Decimal
from enum import Enum
from json import encoder
from typing import (
Any,
Expand All @@ -18,7 +17,6 @@ from typing import (
Set,
Tuple,
Type,
TypeVar,
Union,
)
from uuid import UUID
Expand Down

0 comments on commit f2e7f41

Please sign in to comment.