Skip to content

Commit 8103ecf

Browse files
committed
Linting.
1 parent 4ec2a94 commit 8103ecf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

domdf_python_tools/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
__author__: str = "Dominic Davis-Foster"
2727
__copyright__: str = "2014-2020 Dominic Davis-Foster"
28-
2928
__license__: str = "LGPLv3+"
3029
__version__: str = "0.12.0"
3130
__email__: str = "[email protected]"

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
coverage>=5.1
22
coverage_pyver_pragma>=0.0.6
33
faker>=4.1.2
4+
iniconfig!=1.1.0,>=1.0.1
45
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.9"
56
pytest>=6.0.0
67
pytest-cov>=2.8.1

0 commit comments

Comments
 (0)