8000 lint bootstrap.py · graphql-python/gql-next@db3afb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit db3afb2

Browse files
committed
lint bootstrap.py
1 parent fddcff2 commit db3afb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple/bootstrap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import gql.codec.fast_register
1+
import gql.codec.fast_register # pylint:disable=unused-import
22

33
import client
4-
client.main()
4+
client.main()

0 commit comments

Comments
 (0)
0