Skip to content

Commit

Permalink
Remove unneeded import and corresponding requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond LeClair committed Jan 17, 2023
1 parent 24c02c2 commit 3107f0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion axis-ptz/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import logging.config # This gets rid of the annoying log messages from Vapix_Control
import coloredlogs

from geographiclib.geodesic import Geodesic
import numpy as np
from requests.auth import HTTPDigestAuth
import paho.mqtt.client as mqtt
Expand Down
1 change: 0 additions & 1 deletion axis-ptz/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coloredlogs==14.0
geographiclib==2.0
numpy-quaternion==2022.4.2
paho-mqtt==1.5.0
pandas==1.5.2
Expand Down

0 comments on commit 3107f0f

Please sign in to comment.