Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
durinthal committed Mar 13, 2024
1 parent b50720e commit d4cd11f
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion scripts/modapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
One caveat is that the username field must be sanitized (i.e. ensured valid) in the CSV prior to running this script.
"""


import argparse
import csv
from datetime import datetime, timedelta
Expand Down
4 changes: 0 additions & 4 deletions src/old/menuupdater.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
from datetime import datetime, timezone, timedelta
import re
import time

import praw

import config_loader
from constants import post_constants
from services import post_service, sidebar_service
from utils import reddit
from utils.logger import logger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-03-04 04:28:47.138468+00:00
"""

from alembic import op


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-05-03 17:46:42.655713+00:00
"""

from alembic import op


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-11-09 02:22:38.435818+00:00
"""

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-05-31 03:01:17.890458+00:00
"""

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-09-24 21:00:09.062636+00:00
"""

from alembic import op


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-09-24 22:08:37.600621+00:00
"""

from alembic import op


Expand Down

0 comments on commit d4cd11f

Please sign in to comment.