Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vhirtham committed Aug 23, 2021
1 parent cd33708 commit 498631d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions weldx/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
"""Contains utility functions and classes."""

from .util import *
from .xarray import *
2 changes: 1 addition & 1 deletion weldx/util/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains package internal utility functions."""
"""Contains general (mostly internal) utility functions."""
from __future__ import annotations

import functools
Expand Down

0 comments on commit 498631d

Please sign in to comment.