Skip to content

Commit 504e78b

Browse files
ruff linting the imports
1 parent bf752e0 commit 504e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/data/datamanagers/full_images_datamanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
from copy import deepcopy
2727
from dataclasses import dataclass, field
2828
from functools import cached_property
29+
from itertools import islice
2930
from pathlib import Path
3031
from typing import Dict, ForwardRef, Generic, List, Literal, Optional, Tuple, Type, Union, cast, get_args, get_origin
31-
from itertools import islice
3232

3333
import fpsample
3434
import numpy as np

0 commit comments

Comments
 (0)