Skip to content

Commit

Permalink
flake argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDoukhan committed Jul 6, 2024
1 parent c677b18 commit 25eea55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikidata/datavalue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import collections.abc
import datetime
from typing import TYPE_CHECKING, Any, Mapping, Union, Tuple
from typing import TYPE_CHECKING, Any, Mapping, Tuple, Union

from .client import Client
from .commonsmedia import File
Expand Down

0 comments on commit 25eea55

Please sign in to comment.