Browse Source

➖ remove unused import

xuty 5 years ago
parent
commit
88c0605875
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/terminal/sgr.dart

+ 0 - 1
lib/terminal/sgr.dart

@@ -1,7 +1,6 @@
 import 'package:xterm/theme/terminal_color.dart';
 import 'package:xterm/terminal/csi.dart';
 import 'package:xterm/terminal/terminal.dart';
-import 'package:xterm/theme/terminal_color_ref.dart';
 
 // reference to color
 class Cr implements TerminalColor {