Skip to content

Commit 46978ec

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 4277b49 commit 46978ec

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

discord/sinks/m4a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
class M4AConverterHandler(SinkHandler["M4ASink"]):
5555
"""Default handler to add received voice packets to the audio cache data in
5656
a :class:`~.M4ASink`.
57-
57+
5858
.. versionadded:: 2.7
5959
"""
6060

discord/sinks/mka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
class MKAConverterHandler(SinkHandler["MKASink"]):
5353
"""Default handler to add received voice packets to the audio cache data in
5454
a :class:`~.MKASink`.
55-
55+
5656
.. versionadded:: 2.7
5757
"""
5858

discord/sinks/mkv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
class MKVConverterHandler(SinkHandler["MKVSink"]):
5353
"""Default handler to add received voice packets to the audio cache data in
5454
a :class:`~.MKVSink`.
55-
55+
5656
.. versionadded:: 2.7
5757
"""
5858

discord/sinks/mp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
class MP3ConverterHandler(SinkHandler["MP3Sink"]):
5353
"""Default handler to add received voice packets to the audio cache data in
5454
a :class:`~.MP3Sink`.
55-
55+
5656
.. versionadded:: 2.7
5757
"""
5858

discord/sinks/mp4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
class MP4ConverterHandler(SinkHandler["MP4Sink"]):
5555
"""Default handler to add received voice packets to the audio cache data in
5656
a :class:`~.MP4Sink`.
57-
57+
5858
.. versionadded:: 2.7
5959
"""
6060

discord/sinks/ogg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
class OGGConverterHandler(SinkHandler["OGGSink"]):
5353
"""Default handler to add received voice packets to the audio cache data in
5454
a :class:`~.OGGSink`.
55-
55+
5656
.. versionadded:: 2.7
5757
"""
5858

discord/sinks/pcm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
class PCMConverterHandler(SinkHandler["PCMSink"]):
4747
"""Default handler to add received voice packets to the audio cache data in
4848
a :class:`~.PCMSink`.
49-
49+
5050
.. versionadded:: 2.7
5151
"""
5252

discord/sinks/wave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
class WaveConverterHandler(SinkHandler["WaveSink"]):
5050
"""Default handler to add received voice packets to the audio cache data in
5151
a :class:`~.WaveSink`.
52-
52+
5353
.. versionadded:: 2.7
5454
"""
5555

0 commit comments

Comments
 (0)