Skip to content

Commit

Permalink
FEDX-1707: remove unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlessard-wf committed Oct 13, 2024
1 parent 868c25d commit 7d5e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lifecycle_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library w_module.src.lifecycle_module;
import 'dart:async';

import 'package:logging/logging.dart';
import 'package:meta/meta.dart' show mustCallSuper, protected, required;
import 'package:meta/meta.dart' show mustCallSuper, protected;
import 'package:opentracing/opentracing.dart';
import 'package:w_common/disposable.dart';

Expand Down

0 comments on commit 7d5e07a

Please sign in to comment.