Skip to content

Commit 463d58a

Browse files
committed
Follow literal import grouping suggestion
1 parent 5d24d41 commit 463d58a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

logos_delivery/waku/rln/rln/wrappers.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import
88
rln/conversion_utils,
99
rln/protocol_types,
1010
rln/protocol_metrics,
11-
waku_core,
12-
waku_keystore,
1311
]
12+
import logos_delivery/waku/[waku_core, waku_keystore]
1413

1514
{.push raises: [], gcsafe.}
1615

0 commit comments

Comments
 (0)