1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

pre-commit: Mass-apply ruff formatter

This commit is contained in:
pre-commit
2024-03-06 14:35:01 +01:00
committed by Sebastian Pipping
parent 3fd6b1c0b4
commit c88f2c0dab
7 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
"""Integration tests with httplib2"""
from urllib.parse import urlencode
import pytest

View File

@@ -1,4 +1,5 @@
"""Test requests' interaction with vcr"""
import pytest
import vcr

View File

@@ -1,4 +1,5 @@
"""Test requests' interaction with vcr"""
import asyncio
import functools
import inspect