I searched for “timeit F401” and didn’t find anything relevant. Reproducer: ```python import os %timeit os.getcwd() ``` Will show a false positive of F401 (Unused import) for the `import os` line: <img width="395" alt="image" src="https://github.com/astral-sh/ruff/assets/291575/6cf0fda6-118d-4ec3-912f-2f6bf726a1da">