Skip to content

Commit

Permalink
fixed package name error
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust committed Dec 2, 2023
1 parent 36a9236 commit 1fefa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_daemon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def test_neet_action():
import time

from neetbox.daemon import NeetActionManager, action
from neetbox.frontend import NeetActionManager, action

@action(name="some_func")
def some(a, b):
Expand Down

0 comments on commit 1fefa95

Please sign in to comment.