fix: Apply black formatter.
All checks were successful
Testing / pytest (push) Successful in 25s
Testing / mypy (push) Successful in 34s
Testing / formatting (push) Successful in 27s
Testing / stability-extra-test (push) Successful in 32s

This commit is contained in:
Sergio Martínez Portela 2024-08-18 22:44:00 +02:00
parent 2ec354c6c7
commit a974601323
4 changed files with 58 additions and 31 deletions

View file

@ -2,8 +2,17 @@ import collections
import unittest
from datetime import datetime
from org_rw import (Bold, Code, Italic, Line, Strike, Text, Underlined,
Verbatim, get_raw_contents)
from org_rw import (
Bold,
Code,
Italic,
Line,
Strike,
Text,
Underlined,
Verbatim,
get_raw_contents,
)
def timestamp_to_datetime(ts):