Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbethke committed Oct 11, 2024
1 parent e00b2b1 commit b4cd07f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nerfstudio/scripts/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import typing
from collections import OrderedDict
from dataclasses import dataclass, field
from importlib.metadata import version
from pathlib import Path
from typing import List, Optional, Tuple, Union, cast

Expand All @@ -48,8 +49,6 @@
from nerfstudio.utils.eval_utils import eval_setup
from nerfstudio.utils.rich_utils import CONSOLE

from importlib.metadata import version


@dataclass
class Exporter:
Expand Down

0 comments on commit b4cd07f

Please sign in to comment.