Skip to content

Commit

Permalink
Shuffle arxiv.arxiv logic into arxiv.api
Browse files Browse the repository at this point in the history
Update some tests to use the new import style
  • Loading branch information
lukasschwab committed Sep 9, 2021
1 parent 10c3469 commit 94ef239
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 817 deletions.
3 changes: 1 addition & 2 deletions arxiv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
""".. include:: ../README.md"""
# flake8: noqa
from .arxiv import *
from .query import *
from .arxiv import *
Loading

0 comments on commit 94ef239

Please sign in to comment.