Skip to content

Commit 7186962

Browse files
committed
💄 Format code
1 parent be43d1a commit 7186962

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

faker/providers/ssn/es_MX/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from .. import Provider as BaseProvider
1414

15-
1615
ALPHABET = string.ascii_uppercase
1716
ALPHANUMERIC = string.digits + ALPHABET
1817
VOWELS = "AEIOU"

faker/typing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
from collections import OrderedDict as OrderedDictType
44
from datetime import date, datetime, timedelta
5-
from typing import Sequence, Union
6-
7-
from typing import List, Literal, TypeVar
5+
from typing import List, Literal, Sequence, TypeVar, Union
86

97

108
class CreditCard:

0 commit comments

Comments
 (0)