Skip to content

Commit

Permalink
Use future annotations for pytest<7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hoyer authored and philpep committed Feb 15, 2024
1 parent dc48cd9 commit 2ae2ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testinfra/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import annotations

import logging
import shutil
import sys
Expand Down

0 comments on commit 2ae2ac2

Please sign in to comment.