From 3cdf4af9be4c762ff2ed79a57b5ad30637909f1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:38 -0700 Subject: python: isort all imports --- python/sandcrawler/db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/sandcrawler/db.py') diff --git a/python/sandcrawler/db.py b/python/sandcrawler/db.py index 9b55c0c..4dcdb0e 100644 --- a/python/sandcrawler/db.py +++ b/python/sandcrawler/db.py @@ -1,12 +1,13 @@ -import json import datetime +import json from typing import Optional import psycopg2 import psycopg2.extras import requests + class SandcrawlerPostgrestClient: def __init__(self, api_url="http://wbgrp-svc506.us.archive.org:3030", **kwargs): -- cgit v1.2.3