Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2022
1 parent 053660e commit 3a9b0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pupil_labs/camera/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import abc
import typing as T
from pathlib import Path
import warnings
from pathlib import Path

import numpy as np

Expand Down
3 changes: 2 additions & 1 deletion tests/test_backend_selection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import contextlib
import pytest
import warnings

import pytest

from pupil_labs.camera import CameraRadial, CameraRadialType, Optimization
from pupil_labs.camera.utils import AvailableBackends

Expand Down

0 comments on commit 3a9b0e8

Please sign in to comment.