diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 07:27:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-06 07:27:47 +0000 |
commit | 85779a6d7016731cdfa49f7d178e86d75ccc07fc (patch) | |
tree | a72e961f8cf0dcfe8faf8101d9cc03e2173c80dd /cargo/cargo.py | |
parent | fixed a couple of the issues raised by codacy (diff) | |
download | devourer-85779a6d7016731cdfa49f7d178e86d75ccc07fc.tar.gz devourer-85779a6d7016731cdfa49f7d178e86d75ccc07fc.zip |
fixed a couple of the issues raised by codacy
Diffstat (limited to '')
-rwxr-xr-x | cargo/cargo.py | 2 |
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 |