Skip to content

Commit c7e55d5

Browse files
committed
🐛 fix assets
1 parent 4e88a3c commit c7e55d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/project_graph/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from project_graph.tools.file_tools import read_file
3535

3636
try:
37-
pass # type: ignore
37+
from project_graph.assets import assets # type: ignore # noqa: F401
3838
except ImportError:
3939
from PyQt5 import pyrcc_main
4040

@@ -46,6 +46,8 @@
4646
print("Failed to compile assets.rcc")
4747
exit(1)
4848

49+
from project_graph.assets import assets # type: ignore # noqa: F401
50+
4951
import os
5052

5153
from project_graph.camera import Camera

0 commit comments

Comments
 (0)