Skip to content

Commit

Permalink
🥅 print_function is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Apr 9, 2024
1 parent b1acbd8 commit d35ed3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
release:
name: Create release and publish
runs-on: ubuntu-latest
outputs:
released: ${{ steps.release.outputs.released }}
permissions:
id-token: write
contents: write
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ list of pairs, i.e `[(size1, value1), (size2, value2), ...]`. Example usage
is:

```python
>>> from __future__ import print_function
>>> from convergence import Convergence
>>> grids = [(1.000000, 0.970500),
... (2.000000, 0.968540),
Expand Down Expand Up @@ -259,7 +258,7 @@ $$h^{\*} = \frac{h_1}{r}$$

Copyright 2011 SuperGen Marine Energy Research Consortium
Copyright 2013 SuperGen UK Centre for Marine Energy Research
Copyright 2017-2022 Mathew Topper
Copyright 2017-2024 Mathew Topper

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down

0 comments on commit d35ed3f

Please sign in to comment.