We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5a066 commit d8ee6feCopy full SHA for d8ee6fe
bot/exts/smart_eval/_smart_eval_rules.py
@@ -81,7 +81,7 @@
81
r"(?m:^\s*raise\s*)": [ # Detect raise
82
"Wondering why you're getting errors? You're literally using `raise`, just get rid of that!",
83
],
84
- r"(?m:^\s*(?:import|from)\s+threading\s*$)": [ # Detect threading import
+ r"(?m:^\s*(?:import|from)\s+threading)": [ # Detect threading import
85
"Uh-oh, your threads have jumbled up my brain!",
86
"have jumbled up my Uh-oh, threads brain! your",
87
"my up jumbled your brain! have Uh-oh, threads",
0 commit comments