Skip to content

Commit 4d3c5ce

Browse files
fix linting
1 parent 3b2187c commit 4d3c5ce

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_delta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515

1616
def test_delta():
17+
"""Simple test case for the bindings of delta"""
1718
current_time = datetime.now()
1819
wait_time = 10**-3
1920
sleep(wait_time)

tests/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from datetime import timedelta, datetime
1515

16-
from libsemigroups_pybind11 import Reporter, delta
16+
from libsemigroups_pybind11 import Reporter
1717

1818

1919
def test_reporter_000():

0 commit comments

Comments
 (0)