Skip to content

Commit 0666822

Browse files
author
Miqueas Martinez
committed
Minor changes on Nim imports
1 parent 1bb902c commit 0666822

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Github.nim

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import std/httpclient
2-
import std/strformat
3-
import std/parseopt
4-
import std/json
5-
from std/os import commandLineParams
1+
import std/[httpclient, strformat, parseopt, json, os]
62

73
const BASE_URL = "https://api.github.com/users/"
84

0 commit comments

Comments
 (0)