Skip to content

Commit

Permalink
Formatted using isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto format committed May 21, 2024
1 parent f42ea5f commit 1f6d5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions twspace_dl/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Script designed to help download twitter spaces"""

import argparse
import datetime
import json
Expand Down
1 change: 1 addition & 0 deletions twspace_dl/twspace.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provide an interface with twitter spaces"""

import json
import logging
import os
Expand Down

0 comments on commit 1f6d5bc

Please sign in to comment.