mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 05:40:13 +00:00
Format all /test files with black
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
0932c5c498
commit
0df38cd64e
7 changed files with 711 additions and 605 deletions
|
@ -2,6 +2,6 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
py_modules=[],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
setup_requires=["pytest-runner"],
|
||||
tests_require=["pytest"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue