ruff
0f759af3
- Remove spaces from import statements (#7859)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Remove spaces from import statements (#7859) **Summary** Remove spaces from import statements such as ```python import tqdm . tqdm from tqdm . auto import tqdm ``` See also #7760 for a better solution. **Test Plan** New fixtures
References
#7859 - Remove spaces from import statements
Author
konstin
Parents
644011fb
Loading