Skip to content

Commit 71ccee2

Browse files
committed
Update __init__.py
excluding flake8
1 parent 3df724a commit 71ccee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_delivery_scripts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
"""Scripts and utilities used by the CI pipeline."""
6-
from continuous_delivery_scripts._version import __version__
6+
from continuous_delivery_scripts._version import __version__ # noqa: F401

0 commit comments

Comments
 (0)