Skip to content

Commit cb85c45

Browse files
committed
refactor(fixtures): remove unused pkg_resources (#142)
Remove the unused `pkg_resources` import that was not being used anywhere in the code base. Its removal helps to eliminate deprecation warnings. Closes reanahub/reana-commons#502
1 parent bbd8814 commit cb85c45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pytest_reana/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import shutil
1717
from uuid import uuid4
1818

19-
import pkg_resources
2019
import pytest
2120
from kombu import Connection, Exchange, Queue
2221
from kubernetes import client

0 commit comments

Comments
 (0)