Skip to content

Commit

Permalink
fix tests after spdx module was made private
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Sep 15, 2024
1 parent 9cee38e commit 81efbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_licenses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from packaging.licenses.spdx import EXCEPTIONS, LICENSES
from packaging.licenses._spdx import EXCEPTIONS, LICENSES


def test_licenses():
Expand Down

0 comments on commit 81efbda

Please sign in to comment.