Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sphinx documentation configuration file."""

from datetime import datetime
import os

Expand Down
1 change: 1 addition & 0 deletions examples/basic/fracture_analysis_contact_debonding.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
This example displaces two two-dimensional parts on a
double cantilever beam.
"""

import os

from PIL import Image
Expand Down
1 change: 1 addition & 0 deletions examples/basic/steady_state_thermal_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
analysis calculates the effects of steady thermal loads on a system
or component, in this example, a long bar model.
"""

import os

from PIL import Image
Expand Down
1 change: 1 addition & 0 deletions examples/basic/topology_optimization_cantilever_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
cantilever beam. The structural analysis is performed with basic constraints and
load, which is then transferred to the topology optimization.
"""

import os

import ansys.mechanical.core as mech
Expand Down
1 change: 1 addition & 0 deletions examples/basic/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

This example demonstrates a basic implementation of a valve in Python.
"""

import os

from PIL import Image
Expand Down