Pleased vfmt & vet
This commit is contained in:
parent
7eb0aa76e1
commit
b31b4cbd7a
4 changed files with 13 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ import web
|
|||
import git
|
||||
import net.http
|
||||
import rand
|
||||
import response { new_response, new_data_response }
|
||||
import response { new_data_response, new_response }
|
||||
|
||||
const repos_file = 'repos.json'
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import time
|
|||
import rand
|
||||
import util
|
||||
import net.http
|
||||
import response { new_response, new_data_response }
|
||||
import response { new_response }
|
||||
|
||||
// healthcheck just returns a string, but can be used to quickly check if the
|
||||
// server is still responsive.
|
||||
|
|
|
|||
Reference in a new issue