Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Device get_question_by_id, and always fetch template before data to ensure we do not get None #60

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Jul 8, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 60539d2400749c0932b236c2e3077b3a3d7aa4b1
3 changes: 2 additions & 1 deletion src/pupil_labs/realtime_api/device.py
Original file line number Diff line number Diff line change
@@ -8,9 +8,10 @@

import aiohttp
import numpy as np
import pupil_labs # noqa: F401
import websockets

import pupil_labs # noqa: F401

from .base import DeviceBase
from .models import (
APIPath,