commit 4d1710a228dd2825b0a04af4b5e8861224af0c09
parent 537b0063f7c46af20fba26e552c90587c93836c4
Author: Jackson G. Kaindume <seestem@merely.tech>
Date: Wed, 24 Aug 2022 21:59:11 +0200
[cyrto] remove import
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cyrto/lib/src/cyrtophora_base.dart b/cyrto/lib/src/cyrtophora_base.dart
@@ -1,7 +1,5 @@
/// Cyrtophora client public facing types in this file.
-import "package:cyrtophora/src/utils.dart";
-
/// Checks if you are awesome. Spoiler: you are.
class Cyrtophora {
bool get isAwesome => true;