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 Feb 5, 2024
1 parent 05d2b2a commit 4845f03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyobis/checklist/checklist.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
/checklist/ API endpoints as documented on https://api.obis.org/.
"""

import sys

import pandas as pd
Expand Down
1 change: 1 addition & 0 deletions pyobis/checklist/test_checklist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for checklist module"""

import pytest
import requests

Expand Down
1 change: 1 addition & 0 deletions pyobis/dataset/test_dataset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for dataset module"""

import pytest
import requests

Expand Down
1 change: 1 addition & 0 deletions pyobis/nodes/test_nodes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for nodes module"""

import pytest
import requests

Expand Down
1 change: 1 addition & 0 deletions pyobis/obisutils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utility functions for internal use across various modules.
"""

from urllib.parse import urlencode

import requests
Expand Down
1 change: 1 addition & 0 deletions pyobis/occurrences/test_occurrence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for occurrences module methods"""

import pytest
import requests

Expand Down
1 change: 1 addition & 0 deletions pyobis/taxa/taxa.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
/taxon/ API endpoints as documented on https://api.obis.org/.
"""

import pandas as pd

from ..obisutils import build_api_url, handle_arrstr, obis_baseurl, obis_GET
Expand Down
1 change: 1 addition & 0 deletions pyobis/taxa/test_taxa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for taxa module - search methods"""

import pytest
import requests

Expand Down

0 comments on commit 4845f03

Please sign in to comment.