Skip to content

Commit da3ea68

Browse files
matusvalosprytnyk
andcommitted
Added singleton-comparison message example
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com>
1 parent c002f59 commit da3ea68

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foo = True
2+
if foo == True: # [singleton-comparison]
3+
pass
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foo = True
2+
if foo:
3+
pass

0 commit comments

Comments
 (0)