Skip to content

Commit 0a89503

Browse files
committed
_show: refactored _visualization
1 parent 2b24371 commit 0a89503

75 files changed

Lines changed: 1749 additions & 1087 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/inp_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def ELEMENT(element, parent_name, depth):
277277
from {"." * depth}utils import errors
278278
from {"." * depth}utils import _parser
279279
from {"." * depth}utils import _elements
280-
from {"." * depth}utils import _visualization
280+
from {"." * depth}utils import _show
281281
282282
283283
class {CAMEL(element.name)}(_option.{CAMEL(parent_name, 'Option')}):

0 commit comments

Comments
 (0)