formatting

This commit is contained in:
Josh Hawkins 2026-04-23 13:19:25 -05:00
parent d0e8620baa
commit baa0413382
3 changed files with 4 additions and 6 deletions

View File

@ -53,7 +53,5 @@ class TestWsHasCameraAccess(unittest.TestCase):
ws_has_camera_access(self._make_ws("viewer"), "birdseye", self.config)
)
self.assertFalse(
ws_has_camera_access(
self._make_ws("limited_user"), "birdseye", self.config
)
ws_has_camera_access(self._make_ws("limited_user"), "birdseye", self.config)
)