Run black

This commit is contained in:
gregorni 2023-07-16 11:50:12 +02:00
parent 9f959fa186
commit 9ad177eea9

View file

@ -208,7 +208,7 @@ class BlueprintApp:
indent_levels += 1 indent_levels += 1
try: try:
if str(tokens[index+1]) in closing_tokens: if str(tokens[index + 1]) in closing_tokens:
indent_levels -= 1 indent_levels -= 1
except: except:
pass pass