Skip to content

Commit 728bb47

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2b3be8b commit 728bb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ansys/fluent/visualization/containers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def __dir__(self) -> list[str]:
122122
return sorted(set(super().__dir__()) | set(dir(self._obj)))
123123

124124

125-
126125
class Mesh( # pyright: ignore[reportUnsafeMultipleInheritance]
127126
GraphicsObject["MeshDefn"], MeshDefn if TYPE_CHECKING else abc.ABC
128127
):

0 commit comments

Comments
 (0)