瀏覽代碼

Remove unused imports

Vishnu Mohandas 4 年之前
父節點
當前提交
64e38301a6
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/ui/two_factor_authentication_page.dart

+ 0 - 2
lib/ui/two_factor_authentication_page.dart

@@ -1,9 +1,7 @@
 import 'package:flutter/material.dart';
 import 'package:flutter/widgets.dart';
-import 'package:logging/logging.dart';
 import 'package:photos/services/user_service.dart';
 import 'package:photos/ui/common_elements.dart';
-import 'package:photos/ui/two_factor_recovery_page.dart';
 import 'package:pinput/pin_put/pin_put.dart';
 
 class TwoFactorAuthenticationPage extends StatefulWidget {