reduce the use of contextlib

This commit is contained in:
alfrix
2023-07-17 11:22:59 -03:00
committed by Alfredo Monclus
parent 1d2a89b4e7
commit a149796b19
10 changed files with 86 additions and 103 deletions

View File

@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-
import contextlib
import logging
import os
import pathlib
import gi
gi.require_version("Gtk", "3.0")