Skip to content

Commit

Permalink
Autoformat a few files...
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHollander committed Apr 10, 2021
1 parent 9d5684c commit e0106c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions rep0st/db/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

log = logging.getLogger(__name__)


class PostRepositoryModule(Module):

def configure(self, binder):
Expand Down
4 changes: 2 additions & 2 deletions rep0st/job/fix_media_files_and_links_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

FLAGS = flags.FLAGS
flags.DEFINE_integer(
'rep0st_fix_media_files_and_links_job_startid', None,
'Start iterating posts from the pr0gramm at the given post id.')
'rep0st_fix_media_files_and_links_job_startid', None,
'Start iterating posts from the pr0gramm at the given post id.')


class FixMediaFilesAndLinksJobModule(Module):
Expand Down

0 comments on commit e0106c0

Please sign in to comment.