Skip to content

Commit ccb16f2

Browse files
committed
Fix flake8 errors
1 parent 883ebed commit ccb16f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

st2common/st2common/constants/error_messages.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"st2 run packs.setup_virtualenv packs=%(pack)s python3=false"
3535
'''
3636

37-
PYTHON2_DEPRECATION = 'DEPRECATION WARNING. Support for python 2 will be removed in future StackStorm ' \
38-
'release(s). Please ensure that all packs used are python 3 compatible. Python 3 will already be used ' \
39-
'if you upgrade to a newer OS release.'
37+
PYTHON2_DEPRECATION = 'DEPRECATION WARNING. Support for python 2 will be removed in future ' \
38+
'StackStorm release(s). Please ensure that all packs used are python ' \
39+
'3 compatible. Python 3 will already be used if you upgrade to a newer ' \
40+
' OS release.'

st2common/st2common/service_setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def setup(service, config, setup_db=True, register_mq_exchanges=True,
191191
LOG.warning(PYTHON2_DEPRECATION)
192192

193193

194-
195194
def teardown():
196195
"""
197196
Common teardown function.

0 commit comments

Comments
 (0)