mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
5 lines
229 B
Python
5 lines
229 B
Python
# This file is sample input for python_unittest.py and includes two
|
|
# problems, one that will generate a PEP-8 warning for trailing whitespace
|
|
# and one that will generate a pylint error for an undefined variable.
|
|
print error()
|