mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-19 21:39:16 +00:00
Removed unused import
This commit is contained in:
parent
019fed0f6b
commit
22a957a120
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ import 'dart:async';
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:sentry_flutter/sentry_flutter.dart';
|
|
||||||
|
|
||||||
import 'package:adguard_home_manager/models/server.dart';
|
import 'package:adguard_home_manager/models/server.dart';
|
||||||
|
|
||||||
enum ExceptionType { socket, timeout, handshake, http, unknown }
|
enum ExceptionType { socket, timeout, handshake, http, unknown }
|
||||||
|
|
Loading…
Add table
Reference in a new issue