Skip to content

Commit faf71a6

Browse files
committed
[skip ci]chore(refactor): linting using black
1 parent f27909e commit faf71a6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tests/test_virustotal_python.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Tests for virustotal-python.
2-
"""
1+
"""Tests for virustotal-python."""
32

43
import virustotal_python
54
import json

virustotal_python/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""A Python library to interact with the public VirusTotal v3 and v2 APIs.
2-
"""
1+
"""A Python library to interact with the public VirusTotal v3 and v2 APIs."""
32

43
from virustotal_python.virustotal import Virustotal
54
from virustotal_python.virustotal import VirustotalResponse

0 commit comments

Comments
 (0)