Skip to content

Commit

Permalink
fix(klippermock): Remove unnecessary path manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Feb 29, 2024
1 parent 3d750e3 commit fdfe950
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/klippermock/src/klippermock.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
from distutils.command.config import config
import sys

from pathlib import Path # if you haven't already done so
file = Path(__file__).resolve()
parent, root = file.parent, file.parents[2]
print(root)
sys.path.append(str(root))
from pathlib import Path
from led_effect import ledEffect, ledFrameHandler

class mockPrinter:
Expand Down

0 comments on commit fdfe950

Please sign in to comment.