mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Add missing import in packaging test
This test was broken when changed to begin using importlib, but that wasn't evident because the tests directory wasn't being automatically tested.
This commit is contained in:
parent
0568c3c559
commit
e7e25e68dd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
"""Tests around project's distribution and packaging."""
|
||||
import importlib.metadata
|
||||
import os
|
||||
import unittest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue