We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df724a commit 71ccee2Copy full SHA for 71ccee2
continuous_delivery_scripts/__init__.py
@@ -3,4 +3,4 @@
3
# SPDX-License-Identifier: Apache-2.0
4
#
5
"""Scripts and utilities used by the CI pipeline."""
6
-from continuous_delivery_scripts._version import __version__
+from continuous_delivery_scripts._version import __version__ # noqa: F401
0 commit comments