8000 Adding whitespace to fix linting issue · FilipeMarch/python-for-android@3ea16c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ea16c1

Browse files
authored
Adding whitespace to fix linting issue
1 parent 884ad49 commit 3ea16c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pydantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class PydanticRecipe(PythonRecipe):
55
version = '1.8.2'
66
url = 'https://github.com/samuelcolvin/pydantic/archive/refs/tags/v{version}.zip'
77
depends = ['setuptools']
8-
python_depends = ['Cython', 'devtools', 'email-validator','dataclasses', 'typing-extensions', 'python-dotenv']
8+
python_depends = ['Cython', 'devtools', 'email-validator', 'dataclasses', 'typing-extensions', 'python-dotenv']
99
call_hostpython_via_targetpython = False
1010

1111

0 commit comments

Comments
 (0)
0