MeteoSwiss-APN / pytrajplot

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Refactoring to string.startswith(..) #34

Open dominichofer opened 1 year ago

dominichofer commented 1 year ago

Refactor string[:len(substring)] == substring into string.startswith(substring). It should be possible to do this automatically with a regex search and replace.