We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27909e commit faf71a6Copy full SHA for faf71a6
2 files changed
tests/test_virustotal_python.py
@@ -1,5 +1,4 @@
1
-"""Tests for virustotal-python.
2
-"""
+"""Tests for virustotal-python."""
3
4
import virustotal_python
5
import json
virustotal_python/__init__.py
-"""A Python library to interact with the public VirusTotal v3 and v2 APIs.
+"""A Python library to interact with the public VirusTotal v3 and v2 APIs."""
from virustotal_python.virustotal import Virustotal
from virustotal_python.virustotal import VirustotalResponse
0 commit comments