Skip to content

Commit

Permalink
Try symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed May 2, 2024
1 parent dd16f85 commit 9bdc80c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nexus/Freqlog/Freqlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from threading import Thread
from typing import Optional, Callable

from keyboard import keyboard
from mouse import mouse
import keyboard
import mouse
from serial import SerialException

from .backends import Backend, SQLiteBackend
Expand Down
2 changes: 1 addition & 1 deletion nexus/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

from getpass import getpass
from keyboard import keyboard
import keyboard

from nexus import __doc__, __version__
from nexus.Freqlog import Freqlog
Expand Down
1 change: 1 addition & 0 deletions nexus/keyboard
1 change: 1 addition & 0 deletions nexus/mouse

0 comments on commit 9bdc80c

Please sign in to comment.