Skip to content

Commit e7e25e6

Browse files
committed
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.
1 parent 0568c3c commit e7e25e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/packaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests around project's distribution and packaging."""
2+
import importlib.metadata
23
import os
34
import unittest
45

0 commit comments

Comments
 (0)