Skip to content

Commit 979a77c

Browse files
committed
chore(crypto): Removed unnecessary linter ignore
1 parent 6d872d2 commit 979a77c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/crypto/lib/src/sha512.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import 'dart:convert';
66

77
import 'digest.dart';
88
import 'hash.dart';
9-
// ignore: uri_does_not_exist
109
import 'sha512_fastsinks.dart'
1110
if (dart.library.js_interop) 'sha512_slowsinks.dart';
1211
import 'utils.dart';

0 commit comments

Comments
 (0)