Skip to content

Commit

Permalink
Reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Richard Mckinsey committed Oct 23, 2024
1 parent 1f3494e commit ef8a6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thicket/tests/test_ncu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
#
# SPDX-License-Identifier: MIT

from hatchet.node import Node

from thicket.ncu import (
_match_call_trace_regex,
_match_kernel_str_to_cali,
_multi_match_fallback_similarity,
)

from hatchet.node import Node


def test_match_call_trace_regex():

Expand Down

0 comments on commit ef8a6dd

Please sign in to comment.