mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
6 lines
165 B
Python
6 lines
165 B
Python
"""
|
|
Test: ensure we're able to correctly remove unused imports
|
|
even if they have characters in them that undergo NFKC normalization
|
|
"""
|
|
|
|
from .main import MaµToMan
|