mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-03 22:08:17 +00:00
176 B
176 B
Pylyzer-specific warnings
W0188: Used value
def f(x): return x
f(1) # W0188: UnusedWarning: the evaluation result of the expression (: {1, }) is not used