mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 01:36:06 +00:00
Remove warning on unused import of filepath
(#4176)
This commit is contained in:
parent
7ac95c6ee7
commit
321c872790
@ -25,7 +25,7 @@ import
|
||||
# Local modules
|
||||
./spec/[helpers],
|
||||
./spec/datatypes/base,
|
||||
"."/[beacon_clock, beacon_node_status, conf, filepath]
|
||||
"."/[beacon_clock, beacon_node_status, conf]
|
||||
|
||||
when defined(posix):
|
||||
import termios
|
||||
@ -102,6 +102,7 @@ proc detectTTY*(stdoutKind: StdoutLogKind): StdoutLogKind =
|
||||
|
||||
when defaultChroniclesStream.outputs.type.arity == 2:
|
||||
from std/os import splitFile
|
||||
from "."/filepath import secureCreatePath
|
||||
|
||||
proc setupLogging*(
|
||||
logLevel: string, stdoutKind: StdoutLogKind, logFile: Option[OutFile]) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user