fix: Apply import sorting.
All checks were successful
All checks were successful
This commit is contained in:
parent
66b42e0b96
commit
e991074346
4 changed files with 22 additions and 13 deletions
|
@ -2,9 +2,6 @@ import os
|
|||
import unittest
|
||||
from datetime import datetime as DT
|
||||
|
||||
from org_rw import MarkerToken, MarkerType, Timestamp, dumps, load, loads, dom
|
||||
import org_rw
|
||||
|
||||
from utils.assertions import (
|
||||
BOLD,
|
||||
CODE,
|
||||
|
@ -19,6 +16,9 @@ from utils.assertions import (
|
|||
Tokens,
|
||||
)
|
||||
|
||||
import org_rw
|
||||
from org_rw import MarkerToken, MarkerType, Timestamp, dom, dumps, load, loads
|
||||
|
||||
DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
"""Test the Timestamp object."""
|
||||
|
||||
import pytest
|
||||
from datetime import date, datetime
|
||||
|
||||
import pytest
|
||||
|
||||
from org_rw import Timestamp
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue