Skip to content

Commit 3675ed3

Browse files
committed
Fix linting issue
1 parent 3587c9f commit 3675ed3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
packages=find_packages(exclude=("test*",)),
2222
test_suite="test_base",
2323
author="David Barroso, Kirk Byers, Mircea Ulinic, Brandon Ewing",
24-
24+
author_email=(
25+
26+
27+
),
2528
description="Network Automation and Programmability Abstraction Layer with Multivendor support",
2629
license="Apache-2.0",
2730
long_description=long_description,

0 commit comments

Comments
 (0)