Skip to content

Commit

Permalink
pre-commit: Mass-apply ruff formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit authored and hartwork committed Mar 6, 2024
1 parent 3fd6b1c commit c88f2c0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_httplib2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Integration tests with httplib2"""

from urllib.parse import urlencode

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_requests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test requests' interaction with vcr"""

import pytest

import vcr
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_tornado.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test requests' interaction with vcr"""

import asyncio
import functools
import inspect
Expand Down
1 change: 1 addition & 0 deletions vcr/patch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for patching in cassettes"""

import contextlib
import functools
import http.client as httplib
Expand Down
1 change: 1 addition & 0 deletions vcr/stubs/aiohttp_stubs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Stubs for aiohttp HTTP clients"""

import asyncio
import functools
import json
Expand Down
1 change: 1 addition & 0 deletions vcr/stubs/boto3_stubs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Stubs for boto3"""

from botocore.awsrequest import AWSHTTPConnection as HTTPConnection
from botocore.awsrequest import AWSHTTPSConnection as VerifiedHTTPSConnection

Expand Down
1 change: 1 addition & 0 deletions vcr/stubs/tornado_stubs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Stubs for tornado HTTP clients"""

import functools
from io import BytesIO

Expand Down

0 comments on commit c88f2c0

Please sign in to comment.