Skip to content

Commit 1bd0f3d

Browse files
committed
[core] Remove unused imports of types
1 parent e20c3fa commit 1bd0f3d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

meshroom/core/attribute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import os
44
import re
55
import weakref
6-
import types
76
import logging
87

98
from collections.abc import Iterable, Sequence

meshroom/core/desc/attribute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import ast
22
import distutils.util
33
import os
4-
import types
54
from collections.abc import Iterable
65

76
from meshroom.common import BaseObject, JSValue, Property, Variant, VariantList

meshroom/core/node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import re
1111
import shutil
1212
import time
13-
import types
1413
import uuid
1514
from collections import namedtuple, OrderedDict
1615
from enum import Enum, auto

0 commit comments

Comments
 (0)