Skip to content

Commit e770744

Browse files
committed
Run pre commit hooks
1 parent 58d92fc commit e770744

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
3333
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
3434
poetry install --all-extras
35-
poetry run pytest tests/integration
35+
poetry run pytest tests/integration

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## [v1.0.0](https://github.com/simvue-io/connectors-openfoam/releases/tag/v1.0.0) - 2025-03-07
44

5-
* Initial release of OpenFOAM Connector.
5+
* Initial release of OpenFOAM Connector.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ keywords:
4444
license: Apache-2.0
4545
commit: 64ff8a5344232d44fc7da5b6ff601d3023497977
4646
version: 2.0.0a3
47-
date-released: '2025-03-04'
47+
date-released: '2025-03-04'

simvue_openfoam/connector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import multiparser.parsing.tail as mp_tail_parser
1313
import pydantic
1414
import simvue
15-
1615
from simvue_connector.connector import WrappedRun
1716

1817

0 commit comments

Comments
 (0)