Skip to content

Commit

Permalink
Add missing import in packaging test
Browse files Browse the repository at this point in the history
This test was broken when changed to begin using importlib,
but that wasn't evident because the tests directory
wasn't being automatically tested.
  • Loading branch information
tari committed Aug 1, 2024
1 parent 0568c3c commit e7e25e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/packaging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests around project's distribution and packaging."""
import importlib.metadata
import os
import unittest

Expand Down

0 comments on commit e7e25e6

Please sign in to comment.