Removes initialization from migration

Just doesn't seem right
This commit is contained in:
Mouse Reeve
2022-01-10 13:05:08 -08:00
parent 8928e8da26
commit dcf51020bc
4 changed files with 28 additions and 17 deletions

View File

@@ -22,13 +22,6 @@ class Command(BaseCommand):
help = "Populate list streams for all users"
def add_arguments(self, parser):
parser.add_argument(
"--stream",
default=None,
help="Specifies which time of stream to populate",
)
# pylint: disable=no-self-use,unused-argument
def handle(self, *args, **options):
"""run feed builder"""