Skip to content

Commit

Permalink
Remove unused imports (#130603)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Jul 14, 2023
1 parent 41d137f commit d5c724e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/flutter/lib/src/rendering/object.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// found in the LICENSE file.

import 'dart:ui' as ui show PictureRecorder;
import 'dart:ui';

import 'package:flutter/animation.dart';
import 'package:flutter/foundation.dart';
Expand All @@ -14,7 +13,6 @@ import 'package:flutter/semantics.dart';

import 'debug.dart';
import 'layer.dart';
import 'proxy_box.dart';

export 'package:flutter/foundation.dart' show
DiagnosticPropertiesBuilder,
Expand Down

0 comments on commit d5c724e

Please sign in to comment.