billdeitrick / pypco

A Python client for the Planning Center Online API.
MIT License
39 stars 13 forks source link

replace .format with f-strings #58

Closed 07pepa closed 1 year ago

07pepa commented 2 years ago

a small Pr that replaces most of .format (exept loging where delay formating can be done)

07pepa commented 2 years ago

can be merged after my other pr that has working testing on github already

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (12fe033) into master (f3c05b3) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          200       200           
=========================================
  Hits           200       200           
Impacted Files Coverage Δ
pypco/auth_config.py 100.00% <100.00%> (ø)
pypco/pco.py 100.00% <100.00%> (ø)
pypco/user_auth_helpers.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more