Skip to content

Commit be02614

Browse files
authored
Merge pull request #6454 from dev-hato/fix-format-fix_fork_3
formatが間違ってたので直してあげたよ! #6453
2 parents d08ed35 + 9b1eb36 commit be02614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/hatomap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import math
44
import random
55
import string
6-
from concurrent.futures import ThreadPoolExecutor
76
from abc import ABCMeta, abstractmethod
7+
from concurrent.futures import ThreadPoolExecutor
88
from dataclasses import dataclass, field
99
from typing import List, Optional, Tuple
1010

0 commit comments

Comments
 (0)