Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Feb 26, 2024
1 parent 131bc8f commit 1edf752
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/spyglass/position/v1/position_dlc_project.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import copy
import getpass
import glob
import os
import shutil
import stat
from itertools import combinations
from pathlib import Path, PosixPath
from typing import Dict, List, Union
Expand All @@ -14,11 +12,7 @@
import ruamel.yaml

from spyglass.common.common_lab import LabTeam
from spyglass.position.v1.dlc_utils import (
_set_permissions,
check_videofile,
get_video_path,
)
from spyglass.position.v1.dlc_utils import check_videofile, get_video_path
from spyglass.settings import dlc_project_dir, dlc_video_dir
from spyglass.utils.dj_mixin import SpyglassMixin

Expand Down

0 comments on commit 1edf752

Please sign in to comment.