Skip to content

Commit

Permalink
style: format code with autopep8
Browse files Browse the repository at this point in the history
Format code with autopep8

This commit fixes the style issues introduced in 93b7fac according to the output
from Autopep8.

Details: https://app.deepsource.com/gh/bearlike/scripts/transform/c74764a6-84d0-4fb3-a3d9-2c80e1e8dc4a/
  • Loading branch information
deepsource-autofix[bot] authored Aug 8, 2023
1 parent 93b7fac commit 2c6a980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/instagram_list_unfollowers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from dotenv import load_dotenv
from os import getenv


def login_instagram(username, password):
"""
Function to log into Instagram using the instaloader library.
Expand Down

0 comments on commit 2c6a980

Please sign in to comment.