From d18822a6629d9af9ff365c25857d4aead4da5163 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 1 Feb 2020 15:55:39 -0300 Subject: [PATCH] lint --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 76a3f8a..7c41d59 100644 --- a/main.py +++ b/main.py @@ -263,7 +263,7 @@ class Window(QObject): self.xrandr_info[mon]["item"].update_visuals(self.xrandr_info[mon]) def show_pos(self, x, y): - self.pos_label.setText(f'{x},{y}') + self.pos_label.setText(f"{x},{y}") self.pos_label.resize(self.pos_label.sizeHint()) def monitor_moved(self):