push
github
345 of 570 new or added lines in 35 files covered. (60.53%)
345 of 570 relevant lines covered (60.53%)
0.61 hits per line
NEW
|
import datetime |
× |
2 |
|
|
3 |
|
|
NEW
|
def get_today_in_isoformat() -> str: |
× |
NEW
|
today = datetime.date.today() |
× |
NEW
|
return today.isoformat()
|
× |