remove pyproject artifacts
import conv fix postgres url fix migration fixup timestamp postgresql fixup more timestamp fix migrations fix migrations fix statement add psycopg2 for conv tests expiry timestamp flaku fix expiry more wait parse to int remove time from filters
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ from typing import List, Optional
|
||||
from lnbits.settings import settings
|
||||
|
||||
try:
|
||||
import psycopg2
|
||||
import psycopg2 # type: ignore
|
||||
except ImportError:
|
||||
print("Please install psycopg2")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user