From 73b51d274fc151a7bd2c86c5e5eda90cf065bc9b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 30 Jun 2023 19:29:21 +0200 Subject: Remove new modeline --- qutebrowser/qt/_core_pyqtproperty.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'qutebrowser') diff --git a/qutebrowser/qt/_core_pyqtproperty.py b/qutebrowser/qt/_core_pyqtproperty.py index c6943cc78..ec57d4d1c 100644 --- a/qutebrowser/qt/_core_pyqtproperty.py +++ b/qutebrowser/qt/_core_pyqtproperty.py @@ -1,5 +1,3 @@ -# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: - """WORKAROUND for missing pyqtProperty typing, ported from PyQt5-stubs: FIXME:mypy PyQt6-stubs issue -- cgit v1.2.3-54-g00ecf