Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 23, 2024
1 parent cce5e64 commit f03145c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions backend/app/app/source/AAAI.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from typing import Any

import xml.dom.minidom

from scrapy.http import HtmlResponse

from app.source.base import PaperRequestsTask, PaperType

import xml.dom.minidom


class AAAI(PaperRequestsTask):
url: str = (
Expand Down
1 change: 0 additions & 1 deletion backend/app/app/source/NIPS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Any

from scrapy.http import HtmlResponse

Expand Down

0 comments on commit f03145c

Please sign in to comment.