We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72eebc2 commit 848aeabCopy full SHA for 848aeab
src/module_name/sample.py
@@ -1,8 +1,7 @@
1
"""This is just a sample file"""
2
3
-from __future__ import annotations
4
-
5
import httpx
+from __future__ import annotations
6
7
8
def main() -> bool:
0 commit comments