Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Sourcery refactored master branch#1

Open
sourcery-ai[bot] wants to merge 1 commit intomaster from
sourcery/master
Open

Sourcery refactored master branch #1
sourcery-ai[bot] wants to merge 1 commit intomaster from
sourcery/master

Conversation

@sourcery-ai
Copy link

@sourcery-ai sourcery-ai bot commented Nov 7, 2023

Branch master refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the master branch, then run:

git fetch origin sourcery/master
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

with open("README.rst") as file:
long_description = file.read()

long_description = pathlib.Path("README.rst").read_text()
Copy link
Author

@sourcery-ai sourcery-ai bot Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 19-21 refactored with the following changes:

  • Simplify basic file reads with pathlib (path-read)

assert query["from"] == "2019年10月09日"
assert query["till"] == "2019年11月12日"
assert query["iss.only"] == f"new_table,history.cursor"
assert query["iss.only"] == "new_table,history.cursor"
Copy link
Author

@sourcery-ai sourcery-ai bot Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function test_make_query_full refactored with the following changes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@chilango74 chilango74 Awaiting requested review from chilango74

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /