Skip to content

Commit 82d91bf

Browse files
authored
chore: remove unused import (#466)
**Motivation:** `ServiceManagerBase` imported `LibMergeSort` **Modifications:** Remove unused import. **Result:** Only used imports.
1 parent 6d09a86 commit 82d91bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceManagerBase.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import {ISlashingRegistryCoordinator} from "./interfaces/ISlashingRegistryCoordi
2828
import {IStakeRegistry} from "./interfaces/IStakeRegistry.sol";
2929

3030
import {BitmapUtils} from "./libraries/BitmapUtils.sol";
31-
import {LibMergeSort} from "./libraries/LibMergeSort.sol";
3231

3332
/**
3433
* @title Minimal implementation of a ServiceManager-type contract.

0 commit comments

Comments
 (0)