changeset 204:6e2017cb8b8b

del: unused imports
author Sam <sam@basx.dev>
date Mon, 08 May 2023 21:23:29 +0700
parents 84fd522fdf3f
children 24d18cd8be8a
files examples/E02_squares.nim examples/E03_hello_cube.nim
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/examples/E02_squares.nim	Mon May 08 21:21:49 2023 +0700
+++ b/examples/E02_squares.nim	Mon May 08 21:23:29 2023 +0700
@@ -1,7 +1,4 @@
-import std/times
 import std/sequtils
-import std/strutils
-import std/math
 import std/random
 
 import semicongine
--- a/examples/E03_hello_cube.nim	Mon May 08 21:21:49 2023 +0700
+++ b/examples/E03_hello_cube.nim	Mon May 08 21:23:29 2023 +0700
@@ -9,7 +9,6 @@
 
 
 import std/times
-import std/strutils
 
 import semicongine