]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/web-services/github/github.factor
factor: trim using lists
[factor.git] / extra / web-services / github / github.factor
index c94c95841c786d7855ffe59c3cecc954b7abb662..9061ab5dad2fc156cb18a032441c24f96154d36b 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2017 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs cli.git formatting http.client io.pathnames
-json.reader kernel locals math namespaces sequences ;
+json.reader kernel math namespaces sequences ;
 IN: web-services.github
 
 SYMBOL: github-username