Merge branch 'Py311' into qa

This commit is contained in:
Barbara Miller 2023-09-12 14:39:28 -07:00
commit 68dd6dbb78
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import hashlib
import threading
import datetime
import doublethink
import rethinkdb as r
from rethinkdb import RethinkDB; r = RethinkDB()
from warcprox.dedup import DedupableMixin
class RethinkCaptures:

View File

@ -29,7 +29,7 @@ import doublethink
import json
import logging
import os
import rethinkdb as r
from rethinkdb import RethinkDB; r = RethinkDB()
import sqlite3
import threading
import time