Skip to content

Commit

Permalink
💄 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Feb 10, 2025
1 parent be43d1a commit 7186962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion faker/providers/ssn/es_MX/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

from .. import Provider as BaseProvider


ALPHABET = string.ascii_uppercase
ALPHANUMERIC = string.digits + ALPHABET
VOWELS = "AEIOU"
Expand Down
4 changes: 1 addition & 3 deletions faker/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

from collections import OrderedDict as OrderedDictType
from datetime import date, datetime, timedelta
from typing import Sequence, Union

from typing import List, Literal, TypeVar
from typing import List, Literal, Sequence, TypeVar, Union


class CreditCard:
Expand Down

0 comments on commit 7186962

Please sign in to comment.