Remove unused package import

This commit is contained in:
Achim
2024-03-09 10:17:27 +01:00
parent bb1dd4ecfd
commit d8cd3b6c92

View File

@@ -1,7 +1,6 @@
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:html/parser.dart';
import 'package:http/http.dart';
import 'package:obtainium/app_sources/github.dart';
import 'package:obtainium/custom_errors.dart';