mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-03 03:16:10 -06:00
Removes support for Python 3.8 and lower from the code base
This commit is contained in:
committed by
Trenton H
parent
c8bfbb9315
commit
650c816a7b
@@ -1,13 +1,9 @@
|
||||
import datetime
|
||||
import os
|
||||
import zoneinfo
|
||||
from pathlib import Path
|
||||
from unittest import mock
|
||||
|
||||
try:
|
||||
import zoneinfo
|
||||
except ImportError:
|
||||
from backports import zoneinfo
|
||||
|
||||
from django.test import TestCase
|
||||
from django.test import override_settings
|
||||
from httpx import Request
|
||||
|
||||
Reference in New Issue
Block a user