-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scuba: Simplify ScubaDive.__str__ (#246)
The output format is not particularly important; it is a diagnostic facility. Switch from complex custom formatting to pprint.pformat(). Note that we would like to use sort_dicts=False, but that was introduced in Python 3.8, and our current minimum is Python 3.7. See #242.
- Loading branch information
1 parent
3dc54d6
commit d1df2fb
Showing
1 changed file
with
12 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters