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 fb3cebd commit 13d5fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +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
2 changes: 1 addition & 1 deletion backend/penndata/management/commands/get_venture_events.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import datetime
import html

import requests
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 13d5fa9

Please sign in to comment.