8000 Refactor split init by gahjelle · Pull Request #8 · realpython/codetiming · GitHub
[go: up one dir, main page]

Skip to content

Refactor split init #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint
  • Loading branch information
gahjelle committed Aug 1, 2019
commit 45208034c3ceb78ce0bada7709a9ce2c10d41f2e
2 changes: 1 addition & 1 deletion codetiming/_timer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Definition of Timer

See help(codetiming) for quick instructions, and
https://pypi.org/project/codetiming/ for more details
https://pypi.org/project/codetiming/ for more details.
"""

# Standard library imports
Expand Down
0