Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit d35124a

Browse files
authored
Move comment above the line it references. (#985)
1 parent 1a3d7fc commit d35124a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_compiler/compiler/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ def get_parameter_name(argument: str) -> str:
319319
LocationT = TypeVar("LocationT", bound="BaseLocation")
320320

321321

322-
@total_ordering # type: ignore
323-
# Issue might be due to https://github.com/python/mypy/issues/5374
322+
# Issue below might be due to https://github.com/python/mypy/issues/5374
324323
# Feel free to remove this mypy exception if you get mypy to pass
324+
@total_ordering # type: ignore
325325
@six.add_metaclass(ABCMeta)
326326
class BaseLocation(object):
327327
"""An abstract location object, describing a location in the GraphQL query."""

0 commit comments

Comments
 (0)