Skip to content

Commit

Permalink
test: Remove unused import (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 authored Jul 28, 2024
1 parent 99b1973 commit 459ffdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _#2120: https://github.com/fox0430/moe/pull/2120

Fixed
.....

- `#2120`_ test: Remove unused import

6 changes: 1 addition & 5 deletions tests/tlogviewerutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@

import std/[unittest, times, json, strformat]

import pkg/results

import moepkg/lsp/client
import moepkg/[editorstatus, bufferstatus, unicodeext, messagelog]
import moepkg/[unicodeext, messagelog]

import moepkg/logviewerutils {.all.}

import utils

suite "logviewerutils: countLogLine":
test "Basic":
check @[
Expand Down

0 comments on commit 459ffdf

Please sign in to comment.