the-library-code / dspace-rest-python

DSpace REST API Client Library
BSD 3-Clause "New" or "Revised" License
24 stars 19 forks source link

Remove unused f-strings #15

Closed alanorth closed 1 month ago

alanorth commented 1 month ago

Remove unused f-strings in example.py and example_gets.py. We don't need to use f-string syntax if we are not using f-strings.

pnbecker commented 1 month ago

Thank you @alanorth