docs: update stuff or something

This commit is contained in:
SeaswimmerTheFsh 2023-12-20 20:48:18 -05:00
parent bd4a90a6be
commit 6a250a24fb
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
11 changed files with 23 additions and 12 deletions

View file

@ -5,7 +5,7 @@ from json import JSONDecodeError
import requests
from urllib3 import disable_warnings
from pyzipline.errors import HTTPFailure, PyZiplineError
from pyzipline.exceptions import HTTPFailure, PyZiplineError
from pyzipline.models import Result
class RestAdapter: