Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pbor committed Feb 4, 2023
1 parent abea30a commit 369b9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
from gvsbuild.projects.graphene import Graphene
from gvsbuild.projects.gsettings_desktop_schemas import GSettingsDesktopSchemas
from gvsbuild.projects.gstreamer import (
GstDevTools,
GstPluginsBad,
GstPluginsBase,
GstPluginsGood,
GstPluginsUgly,
GstDevTools,
GstPython,
GStreamer,
Orc,
Expand All @@ -54,7 +54,6 @@
from gvsbuild.projects.libgxps import Libgxps
from gvsbuild.projects.libjpeg_turbo import LibjpegTurbo
from gvsbuild.projects.libmicrohttpd import Libmicrohttpd
from gvsbuild.projects.ogg import Ogg
from gvsbuild.projects.libpng import Libpng
from gvsbuild.projects.libpsl import Libpsl
from gvsbuild.projects.librsvg import Librsvg
Expand All @@ -72,6 +71,7 @@
from gvsbuild.projects.lz4 import Lz4
from gvsbuild.projects.mit_kerberos import Kerberos
from gvsbuild.projects.nghttp2 import Nghttp2
from gvsbuild.projects.ogg import Ogg
from gvsbuild.projects.openh264 import OpenH264
from gvsbuild.projects.openssl import OpenSSL
from gvsbuild.projects.opus import Opus
Expand Down

0 comments on commit 369b9cd

Please sign in to comment.