tests docs: update python3 venv packages
[vpp.git] / src / vpp-api / python / vpp_papi / __init__.py
index f87b648..dc58c1e 100644 (file)
@@ -14,5 +14,5 @@ import pkg_resources  # part of setuptools
 
 try:
     __version__ = pkg_resources.get_distribution("vpp_papi").version
-except (pkg_resources.DistributionNotFound):
+except pkg_resources.DistributionNotFound:
     """Can't find vpp_papi via setuptools"""