diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-16 08:52:19 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | e8acf867c2e8b674a637331b07e8b79437ba304d (patch) | |
tree | c00f44d38d066c9931153132c5d4c21ddd8b5dc1 /qml/helpers.py | |
parent | 71275bf3bae65e5f702be584915a44095cbe5a09 (diff) | |
download | mageiawelcome-e8acf867c2e8b674a637331b07e8b79437ba304d.tar mageiawelcome-e8acf867c2e8b674a637331b07e8b79437ba304d.tar.gz mageiawelcome-e8acf867c2e8b674a637331b07e8b79437ba304d.tar.bz2 mageiawelcome-e8acf867c2e8b674a637331b07e8b79437ba304d.tar.xz mageiawelcome-e8acf867c2e8b674a637331b07e8b79437ba304d.zip |
Clean python code, pass flakes test
Diffstat (limited to 'qml/helpers.py')
-rw-r--r-- | qml/helpers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qml/helpers.py b/qml/helpers.py index 52e9660..05fb4c9 100644 --- a/qml/helpers.py +++ b/qml/helpers.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- - -import csv import gettext import rpm |