Skip to content

Commit 9b1eb36

Browse files
formatが間違ってたので直してあげたよ!
1 parent d08ed35 commit 9b1eb36

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)