aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/entry_points/tests/file_with_pylint_errors.py
blob: bb3dbab66082445d4a666ec38b08512b8c6e6973 (plain)
1
2
3
4
5
6
"""
A file to demonstrate the pylint-print checker works.
"""

if __name__ == "__main__":
    print("Hello, World!")