Skip to content

Commit

Permalink
Apply black formatting and renaming of some files
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Aug 2, 2023
1 parent 1175251 commit 3c19deb
Show file tree
Hide file tree
Showing 51 changed files with 9,655 additions and 7,335 deletions.
4 changes: 1 addition & 3 deletions src/pynumad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
from pynumad.objects.Subobjects import MatDBentry, BOM, Ply, Layer, Shearweb
from pynumad.io.mesh_to_yaml import mesh_to_yaml

from pynumad import io
from pynumad import objects
from pynumad import shell
from pynumad import utils
from pynumad import analysis


__version__ = '0.0.1'
__version__ = "0.0.1"

__copyright__ = """Copyright 2023 National Technology & Engineering
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525
Expand Down
2 changes: 1 addition & 1 deletion src/pynumad/analysis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from pynumad.analysis import ansys
from pynumad.analysis import cubit
from pynumad.analysis import cubit
Loading

0 comments on commit 3c19deb

Please sign in to comment.