Skip to content

Commit c72a4dd

Browse files
committed
remove unused import
1 parent 4e215c9 commit c72a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from abc import ABC
33
from dataclasses import dataclass, field
4-
from typing import Optional, Union, Any, Dict, List
4+
from typing import Optional, Any, Dict, List
55
from nucleus.constants import (
66
FRAMES_KEY,
77
LENGTH_KEY,

0 commit comments

Comments
 (0)