Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 12, 2024
1 parent 56f27b6 commit 0d7e044
Show file tree
Hide file tree
Showing 10 changed files with 395 additions and 3 deletions.
1 change: 1 addition & 0 deletions faker/providers/isbn/isbn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module is responsible for generating the check digit and formatting
ISBN numbers.
"""

from typing import Any, Optional


Expand Down
1 change: 1 addition & 0 deletions faker/providers/person/en_IE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
https://www.nisra.gov.uk/publications/baby-names-2016
1996 series
"""

from .. import Provider as PersonProvider


Expand Down
1 change: 1 addition & 0 deletions faker/providers/person/fr_BE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Last names and male and female first names for locale 'fr_BE' (French-speaking Belgium).
Source: Statbel (Directorate-general Statistics - Statistics Belgium), https://statbel.fgov.be/en/about-statbel, 2022.
"""

from collections import Counter, OrderedDict

from .. import Provider as PersonProvider
Expand Down
1 change: 1 addition & 0 deletions faker/providers/person/ga_IE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
First names from Central Statistic Office, 1970 data
https://www.cso.ie/en/interactivezone/visualisationtools/babynamesofireland/
"""

from .. import Provider as PersonProvider


Expand Down
1 change: 1 addition & 0 deletions faker/providers/person/nl_BE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Last names and male and female first names for locale 'nl_BE' (Dutch-speaking Belgium).
Source: Statbel (Directorate-general Statistics - Statistics Belgium), https://statbel.fgov.be/en/about-statbel, 2022.
"""

from collections import Counter, OrderedDict

from .. import Provider as PersonProvider
Expand Down
1 change: 1 addition & 0 deletions faker/providers/sbn/sbn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This module is responsible for generating the check digit and formatting
SBN numbers.
"""

from typing import Any, Optional


Expand Down
Loading

0 comments on commit 0d7e044

Please sign in to comment.