fix
This commit is contained in:
@@ -116,7 +116,9 @@ from requests_oauthlib import OAuth1, OAuth1Session
|
||||
|
||||
import pandas as pd
|
||||
import polars as pl
|
||||
from polars.exceptions import ColumnNotFoundError
|
||||
from polars.exceptions import (
|
||||
ColumnNotFoundError, ComputeError
|
||||
)
|
||||
|
||||
|
||||
from django_rq import job
|
||||
|
||||
Reference in New Issue
Block a user