Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 23b4fc1 commit 5f6a79b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions dlite_cuds/dlite2cuds.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generates an example ABox"""

# from osp.core.namespaces import ex
from typing import Optional

Expand Down
1 change: 1 addition & 0 deletions dlite_cuds/utils/utils_path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Function to manipulate path"""

import os
import urllib.parse

Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
More information on `invoke` can be found at http://www.pyinvoke.org/.
"""

# pylint: disable=import-outside-toplevel,too-many-locals
import re
import sys
Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pytest fixtures for `strategies/`."""

from pathlib import Path

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/inputfiles_cuds2dlite/generate_abox_osp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generates an example ABox"""

from osp.core.namespaces import ex
from osp.core.utils import export_cuds

Expand Down
1 change: 1 addition & 0 deletions tests/inputfiles_cuds2dlite/generate_abox_simphony.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generates an example ABox"""

# from osp.core.namespaces import ex
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions tests/test_dlite2cuds_add_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Module to test the functions of dlite2cuds,
functionality created with the use of simphony
"""

from pathlib import Path


Expand Down
1 change: 1 addition & 0 deletions tests/test_dlite2cuds_create_cuds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Module to test the functions of dlite2cuds,
functionality created with the use of simphony
"""

from pathlib import Path


Expand Down

0 comments on commit 5f6a79b

Please sign in to comment.