aboutsummaryrefslogtreecommitdiffstats
path: root/cargo/cargo.py
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-06 07:27:47 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-06 07:27:47 +0000
commit85779a6d7016731cdfa49f7d178e86d75ccc07fc (patch)
treea72e961f8cf0dcfe8faf8101d9cc03e2173c80dd /cargo/cargo.py
parentfixed a couple of the issues raised by codacy (diff)
downloaddevourer-85779a6d7016731cdfa49f7d178e86d75ccc07fc.tar.gz
devourer-85779a6d7016731cdfa49f7d178e86d75ccc07fc.zip
fixed a couple of the issues raised by codacy
Diffstat (limited to '')
-rwxr-xr-xcargo/cargo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cargo/cargo.py b/cargo/cargo.py
index a5144dd..7957cd9 100755
--- a/cargo/cargo.py
+++ b/cargo/cargo.py
@@ -1,7 +1,9 @@
#!/usr/bin/env python3
+"""Cargo is meant to server as a file/server downloader service."""
import http.server
import os
import socketserver
+
import huggingface_hub as hh