Skip to content

Commit

Permalink
test commit to see linter fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Mar 31, 2024
1 parent 73adc2d commit 1143003
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_xrdtrace.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import json
import pytest

from .utils import (
datagram_from_input,
standard_datagram_test,
compare_result_dicts,
dg_get_quantity,
)
from .utils import datagram_from_input, standard_datagram_test, compare_result_dicts, dg_get_quantity
import math


@pytest.mark.parametrize(
Expand Down

0 comments on commit 1143003

Please sign in to comment.