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 Dec 23, 2024
1 parent 3d6cabb commit 0832a96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/mp_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Simple script illustrating some of the features of this package."""

from pprint import pprint

from fastapi.responses import HTMLResponse
Expand Down
1 change: 1 addition & 0 deletions marketplace/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.. currentmodule:: marketplace.app
.. moduleauthor:: Pablo de Andres, Pranjali Singh (Fraunhofer IWM)
"""

from typing import Optional

from packaging.version import parse
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
rdflib==6.2.0
rdflib-jsonld==0.6.2
requests>2.26.0,<3.0
python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This file is required for editable installs of the package."""

from setuptools import setup

setup()

0 comments on commit 0832a96

Please sign in to comment.