diff --git a/backend/penndata/management/commands/get_engineering_events.py b/backend/penndata/management/commands/get_engineering_events.py index 256bb749..af6d0f0e 100644 --- a/backend/penndata/management/commands/get_engineering_events.py +++ b/backend/penndata/management/commands/get_engineering_events.py @@ -1,11 +1,10 @@ import datetime import json -import html import requests - from django.core.management.base import BaseCommand from django.utils import timezone +import html from penndata.models import Event diff --git a/backend/penndata/management/commands/get_rodin_events.py b/backend/penndata/management/commands/get_rodin_events.py index 8998c635..2c45e1f3 100644 --- a/backend/penndata/management/commands/get_rodin_events.py +++ b/backend/penndata/management/commands/get_rodin_events.py @@ -2,7 +2,6 @@ import requests from bs4 import BeautifulSoup - from django.core.management.base import BaseCommand from django.utils import timezone diff --git a/backend/penndata/management/commands/get_venture_events.py b/backend/penndata/management/commands/get_venture_events.py index a2a9ecbc..6a820e48 100644 --- a/backend/penndata/management/commands/get_venture_events.py +++ b/backend/penndata/management/commands/get_venture_events.py @@ -1,11 +1,10 @@ import datetime import requests -import html from bs4 import BeautifulSoup - from django.core.management.base import BaseCommand from django.utils import timezone +import html from penndata.models import Event