Skip to content

Commit 837e6d7

Browse files
committed
reorder import
1 parent b50d635 commit 837e6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reddit_decider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import logging
2+
import sys
23

34
from copy import deepcopy
45
from dataclasses import dataclass
56
from datetime import timedelta
67
from enum import Enum
7-
import sys
88
from typing import Any
99
from typing import Callable
1010
from typing import cast

0 commit comments

Comments
 (0)