Skip to content

Commit 16d4bca

Browse files
committed
stylefix
1 parent c035390 commit 16d4bca

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/eu_vat_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
client = zeep.Client(
66
wsdl='http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl')
7-
print(client.service.checkVat('NL', '170944128B01'))
7+
print(client.service.checkVat('NL', '123456789B01'))

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
package_dir={'': 'src'},
7979
packages=['zeep'],
8080
include_package_data=True,
81-
8281
license='MIT',
8382
classifiers=[
8483
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)