From 12cf076118570eebbff08c6b3090e0d4798447a1 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:17:55 -0400 Subject: no venv --- .../faker/providers/automotive/hu_HU/__init__.py | 12 ------------ .../automotive/hu_HU/__pycache__/__init__.cpython-311.pyc | Bin 712 -> 0 bytes 2 files changed, 12 deletions(-) delete mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py delete mode 100644 venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc (limited to 'venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU') diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py deleted file mode 100644 index a046723..0000000 --- a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -from .. import Provider as AutomotiveProvider - - -class Provider(AutomotiveProvider): - """Implement automotive provider for ``hu_HU`` locale. - - Sources: - - - https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Hungary - """ - - license_formats = ("???-###",) diff --git a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8640175..0000000 Binary files a/venv/lib/python3.11/site-packages/faker/providers/automotive/hu_HU/__pycache__/__init__.cpython-311.pyc and /dev/null differ -- cgit v1.2.3