Format using ruff formatter

This commit is contained in:
Eric Torres
2024-03-02 17:42:26 -08:00
parent 2828e30e2e
commit cb8f9fc9c2
5 changed files with 5 additions and 12 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
""" Add packages to a repository.
"""Add packages to a repository.
Functions:
==========

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
""" Delete packages from a repository.
"""Delete packages from a repository.
Functions:
==========

View File

@ -27,6 +27,7 @@ CONFIG_OPTION_ID = "GIST_ID"
DESCRIPTION = "Send a list of explicitly installed pacman packages to a gist"
# ========== Functions ==========
def extract_gist_id(url):
"""Extract the gist id from a gist URL.