Enable pylint in NG-SA
[osm/NG-SA.git] / osm_webhook_translator / setup.py
index 3323757..9cdff36 100644 (file)
@@ -30,7 +30,7 @@ setup(
     name=_name,
     description=_description,
     long_description=README,
-    version=__version__,  # noqa: F821
+    version=__version__,  # noqa: F821  # pylint: disable=E0602
     author="ETSI OSM",
     author_email="osmsupport@etsi.org",
     maintainer="ETSI OSM",