8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddcff2 commit db3afb2Copy full SHA for db3afb2
examples/simple/bootstrap.py
@@ -1,4 +1,4 @@
1
-import gql.codec.fast_register
+import gql.codec.fast_register # pylint:disable=unused-import
2
3
import client
4
-client.main()
+client.main()
0 commit comments