CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
75 stars 18 forks source link

Update to f-string #30

Closed ehsteve closed 1 year ago

ehsteve commented 1 year ago

This merge request replaces almost all uses of .format to use fstrings. This addresses issue #25.

ddasilva commented 1 year ago

Looks good. Thanks for doing this @ehsteve !