Skip to content

Commit

Permalink
Fixes flake noqa issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Jun 9, 2023
1 parent 335a49e commit 62a4273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions thicket/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#
# SPDX-License-Identifier: MIT

# Make flake8 ignore unused names in this file
# flake8: noqa: F401

from hatchet.query import (
Query,
ObjectQuery,
Expand Down
2 changes: 0 additions & 2 deletions thicket/tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import re

import hatchet as ht

from thicket import Thicket
from thicket.query import Query, QueryMatcher

Expand Down

0 comments on commit 62a4273

Please sign in to comment.