Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ferid333 committed Sep 27, 2024
1 parent d4730d6 commit d08346b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mimesis/datasets/int/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ar-sy": "9927",
"ar-tn": "9938",
"ar-ye": "0000", # Yemen is not a member of ISBN
"az":"9952",
"az": "9952",
"cs": "80",
"da": "87",
"de": "3",
Expand Down
2 changes: 1 addition & 1 deletion mimesis/datasets/int/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"ar-sy": "ل.س.",
"ar-tn": "د.ت.",
"ar-ye": "ر.ي.",
"az":"₼",
"az": "₼",
"cs": "Kč",
"da": "kr",
"de": "€",
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exclude = [
python = "^3.10"
factory-boy = { version = "^3.3.0", optional = true }
pytest = { version = "^7.2", optional = true }
isort = "^5.13.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand Down
1 change: 0 additions & 1 deletion tests/test_locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
SUPPORTED_LOCALES_COUNT = 48



def test_locale_enum():
assert len(list(Locale)) == SUPPORTED_LOCALES_COUNT
assert issubclass(Locale, Enum)
Expand Down

0 comments on commit d08346b

Please sign in to comment.