fix: Apply black formatter.

This commit is contained in:
Sergio Martínez Portela 2024-08-18 22:44:00 +02:00
parent 0a55c64551
commit 8ca480ad77
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):