superlint/test/linters/python_ruff/python_bad_1.py

6 lines
53 B
Python
Raw Normal View History

import pandas
import numpy as np
c = 1 + 2
print(c)