Skip to content

Commit

Permalink
Minor clarifications and edits
Browse files Browse the repository at this point in the history
  • Loading branch information
MostlyTurquoise committed Oct 15, 2023
1 parent 6ef4e69 commit 7946aa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions robot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

import importlib

from robot.marker_setup.markers import BASE_MARKER

has_picamera = importlib.find_loader("picamera") is not None

if not has_picamera:
Expand Down
1 change: 0 additions & 1 deletion robot/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from typing import NamedTuple, Any

from robot.marker_setup.markers import MARKER
from robot.marker_setup.teams import TEAM
from .marker_setup import BASE_MARKER as MarkerInfo

import cv2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="robot",
version="2023.1",
version="2024.1",
packages=["robot", "robot.marker_setup"],

install_requires=[
Expand Down

0 comments on commit 7946aa7

Please sign in to comment.