From 8e4b967ea67750d577b3eb23258450997e98601e Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Wed, 3 Apr 2024 19:24:56 -0500 Subject: [PATCH] chore: code cleanup --- aeon/dj_pipeline/acquisition.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/aeon/dj_pipeline/acquisition.py b/aeon/dj_pipeline/acquisition.py index 5209f2d6..52dab8dc 100644 --- a/aeon/dj_pipeline/acquisition.py +++ b/aeon/dj_pipeline/acquisition.py @@ -25,15 +25,6 @@ "exp0.2-r0": "CameraTop", } -# _device_schema_mapping = { -# "exp0.1-r0": aeon_schemas.exp01, -# "social0-r1": aeon_schemas.exp01, -# "exp0.2-r0": aeon_schemas.exp02, -# "oct1.0-r0": aeon_schemas.octagon01, -# "social0.1-a3": aeon_schemas.social01, -# "social0.1-a4": aeon_schemas.social01, -# } - # ------------------- Type Lookup ------------------------