Skip to content

Commit 69f4533

Browse files
fix: remove unused noqa directive in example
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
1 parent d65f9a2 commit 69f4533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""Basic example of using the Hawk SDK."""
33

4-
from hawk import HawkClient # noqa: E402
4+
from hawk import HawkClient
55

66

77
def main():

0 commit comments

Comments
 (0)