We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07ce0b commit 06885e0Copy full SHA for 06885e0
1 file changed
examples/basic/main.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
"""Basic example of using the Hawk SDK."""
3
4
-from hawk import HawkClient # noqa: E402
+from hawk import HawkClient
5
6
7
def main():
0 commit comments