chore: fixed comments as per review, code improvements

This commit is contained in:
salman2013
2023-10-04 15:28:49 +05:00
parent 4dbefe33f4
commit 70eafef798
3 changed files with 49 additions and 56 deletions

View File

@@ -3,9 +3,6 @@ A pytest plugin that reports test contexts to coverage running in another proces
"""
import pytest
# import requests
# from pavelib.utils.envs import Env
class RemoteContextPlugin: