Add lint error in malformed python project (#25)

This commit is contained in:
Kevin Stillhammer
2024-12-08 11:31:53 +01:00
committed by GitHub
parent efef6ba8fa
commit ec9ad4417f
2 changed files with 16 additions and 3 deletions
@@ -1,2 +1,4 @@
import sys
print("Hello world!")
print('How are you?')