Skip to content

Commit 25eea55

Browse files
committed
flake argument order
1 parent c677b18 commit 25eea55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikidata/datavalue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
import collections.abc
1313
import datetime
14-
from typing import TYPE_CHECKING, Any, Mapping, Union, Tuple
14+
from typing import TYPE_CHECKING, Any, Mapping, Tuple, Union
1515

1616
from .client import Client
1717
from .commonsmedia import File

0 commit comments

Comments
 (0)