Skip to content

Commit

Permalink
Adds license header and flake8 control comment to query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Apr 24, 2024
1 parent 87aef6f commit faf80f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions thicket/query.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2022 Lawrence Livermore National Security, LLC and other
# Thicket Project Developers. See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: MIT

# make flake8 unused names in this file.
# flake8: noqa: F401

from hatchet.query import (
# New style queries
# #################
Expand Down

0 comments on commit faf80f4

Please sign in to comment.