fix lints absed on dep upgrades

This commit is contained in:
Fabian Freund
2025-11-16 06:12:00 +01:00
parent 4025543558
commit a8e0c07667
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -20,7 +20,6 @@
import 'dart:convert';
import 'package:http/http.dart';
import 'package:http_parser/http_parser.dart';
/// This is modified from default latin1 fallback to use utf8
Encoding _encodingForHeaders(Map<String, String> headers) =>