Skip to content

Commit

Permalink
Merge pull request #1625 from pupil-labs/fix_broken_imports
Browse files Browse the repository at this point in the history
Fix broken imports
  • Loading branch information
papr authored Sep 11, 2019
2 parents a51a97b + 44ceb73 commit 0dcda92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pupil_src/shared_modules/video_capture/uvc_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

import enum
import logging
import platform
import re
import time

import numpy as np
Expand Down Expand Up @@ -60,7 +62,6 @@ def __init__(
check_stripes=True,
exposure_mode="manual",
):
import platform

super().__init__(g_pool)
self.uvc_capture = None
Expand Down

0 comments on commit 0dcda92

Please sign in to comment.