Skip to content

Commit

Permalink
Sort imports (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jan 6, 2022
1 parent 9e954c5 commit 01c7e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/dolfinx/io.py
Expand Up @@ -13,9 +13,9 @@

import ufl
from dolfinx import cpp as _cpp
from dolfinx.fem import Function
from dolfinx.cpp.io import distribute_entity_data
from dolfinx.cpp.io import perm_gmsh as cell_perm_gmsh
from dolfinx.fem import Function
from dolfinx.mesh import GhostMode, Mesh

__all__ = ["VTKFile", "XDMFFile", "cell_perm_gmsh", "distribute_entity_data"]
Expand Down
3 changes: 1 addition & 2 deletions python/dolfinx/plot.py
Expand Up @@ -11,8 +11,7 @@
import numpy as np

from dolfinx import cpp as _cpp
from dolfinx import fem
from dolfinx import mesh
from dolfinx import fem, mesh
from dolfinx.mesh import CellType

# NOTE: Edge visualization of higher order elements are sketchy, see:
Expand Down

0 comments on commit 01c7e47

Please sign in to comment.