Fix pep8 error

Story: 2010410
Task: 46805
Change-Id: I95d4938e16489881db3549f29e77fdf66fb515f6
This commit is contained in:
June Yi 2022-11-12 16:21:09 +09:00
parent fa51e6ce9d
commit 54409794f8
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
print("2022 contribution")
print("Hello OpenStack")
print("Hello OpenStack")

View File

@ -1 +1 @@
print("hello openstack!!!")
print("hello openstack!!!")

View File

@ -1,4 +1,4 @@
print("test for review")
value = 3
print(value + 2)
print("ans is 5")
print("ans is 5")