Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyzhang01 committed Mar 6, 2024
1 parent 50c9814 commit fb3cebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion backend/penndata/management/commands/get_rodin_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import requests
from bs4 import BeautifulSoup

from django.core.management.base import BaseCommand
from django.utils import timezone

Expand Down
3 changes: 1 addition & 2 deletions backend/penndata/management/commands/get_venture_events.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fb3cebd

Please sign in to comment.