Skip to content

Commit

Permalink
Blacken buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond LeClair committed Mar 19, 2024
1 parent 325936d commit c32ed9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import pytest
import quaternion

sys.path.append(os.path.join(os.path.dirname(os.path.dirname(__file__)), "axis-ptz-controller"))
sys.path.append(
os.path.join(os.path.dirname(os.path.dirname(__file__)), "axis-ptz-controller")
)

import axis_ptz_controller
import axis_ptz_utilities
Expand Down

0 comments on commit c32ed9e

Please sign in to comment.