Removed redundant imports

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-26 17:36:11 +02:00
parent a501de15d3
commit 00b8eb82be
1 changed files with 0 additions and 4 deletions

View File

@ -38,8 +38,6 @@ unittest
public override void handler(Event e)
{
import std.stdio;
writeln("Running event", e.id);
}
}
@ -97,8 +95,6 @@ unittest
public override void handler(Event e)
{
import std.stdio;
writeln("Running event", e.id);
}
}