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:
Peter Marheine 2024-08-01 06:28:06 +00:00
parent 0568c3c559
commit e7e25e68dd

View file

@ -1,4 +1,5 @@
"""Tests around project's distribution and packaging."""
import importlib.metadata
import os
import unittest