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 Apr 29, 2024
1 parent 45fc5a8 commit b7b1776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dataverse_query/dataverse_query.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Query dataverse via its API."""

from typing import Dict
from urllib.parse import urljoin

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 b7b1776

Please sign in to comment.