Skip to content

Commit e2d7422

Browse files
committed
Update render_panel.py
1 parent b96172b commit e2d7422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfview/render_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import os
2121
import threading
2222
import time
23-
from time import perf_counter as perf_counter
2423
from pathlib import Path
24+
from time import perf_counter as perf_counter
2525
from typing import Dict, List, Literal, Optional, Tuple, Union
2626

2727
import imageio

0 commit comments

Comments
 (0)