From 85d5fb210b4d8eabfbfe730c9a7e6eff616d1657 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 25 Oct 2022 12:10:46 +0200 Subject: [PATCH] examples: drop unused import from "gmaincontext.py" example Complained by lgtm.com. --- examples/python/gi/gmaincontext.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/python/gi/gmaincontext.py b/examples/python/gi/gmaincontext.py index 76ca96c0ca..9118cf86e6 100755 --- a/examples/python/gi/gmaincontext.py +++ b/examples/python/gi/gmaincontext.py @@ -36,7 +36,6 @@ ############################################################################### -import os import sys import time import traceback