Skip to content

Commit

Permalink
renamed leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelino committed Dec 12, 2022
1 parent ce2dc18 commit 12445e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/retimer/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from Timer import Timer
2 changes: 1 addition & 1 deletion tests/test_timer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import time
import pytest
from src.timer.Timer import Timer
from src.retimer import Timer

class TestTimer:

Expand Down

0 comments on commit 12445e4

Please sign in to comment.