Remove unused imports

This commit is contained in:
deepsource-autofix[bot] 2022-09-14 19:23:00 +00:00 committed by GitHub
parent 0a54fd5c65
commit 2b02e4f27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
from .utils import buglog, to_slug_case
from .utils import to_slug_case
from .preset import Preset
import os

View file

@ -16,7 +16,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import json
import os
from gi.repository import Gtk, Adw