sound_gstreamer docstring fixes

This commit is contained in:
lakshyacis 2019-12-21 12:46:12 +05:30
parent 208090ce5d
commit 8338a9ee74
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """
src/plugins/sound_gstreamer.py Sound notification plugin using gstreamer
===================================
""" """
import gi import gi
gi.require_version('Gst', '1.0') gi.require_version('Gst', '1.0')