8000 Update __init__.py · domedave/python-for-android@9caa21f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9caa21f

Browse files
authored
Update __init__.py
fixed on "E305 expected 2 blank lines after class or function definition, found 1"
1 parent 9423175 commit 9caa21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/freetype-py/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33

44
class FreetypePyRecipe(PythonRecipe):
5+
6+
57
version = '2.2.0'
68
url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
79

0 commit comments

Comments
 (0)
0