Skip to content

Commit

Permalink
chore: fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
Teqed committed Sep 16, 2023
1 parent 5bb9f21 commit 8d73b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions find_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

import asyncio

from argparser import parse_arguments
from fedifetcher import main

from .argparser import parse_arguments

if __name__ == "__main__":
asyncio.run(main(parse_arguments()))

0 comments on commit 8d73b08

Please sign in to comment.