Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Oct 9, 2024
1 parent d500fce commit 18fee8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/claude-light/claude_alab/devices/claude.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import requests
from typing import ClassVar

Expand Down
5 changes: 0 additions & 5 deletions examples/claude-light/claude_alab/tasks/claude.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
from bson import ObjectId # type: ignore
from pydantic import BaseModel

from alab_management.task_view.task import BaseTask
from claude_alab.devices.claude import ClaudeLight


class MeasureRGB(BaseTask):
"""Measurement task definition."""
Expand Down

0 comments on commit 18fee8f

Please sign in to comment.