Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 79bee62

Browse files
satisfy isort, hopefully
1 parent c9a5986 commit 79bee62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
22

3+
34
# see https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option
45
def pytest_addoption(parser):
56
parser.addoption('--liveapi', action='store_true',

gitcoin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Define the Gitcoin API client."""
22

3+
import gitcoin.validation
34
import requests
45

5-
import gitcoin.validation
66

77
class Config:
88
"""Define Base Class for API Endpoint Config."""

0 commit comments

Comments
 (0)