Skip to content

Commit 814b245

Browse files
authored
remove unnecessary import
Since it's functions only, importing from `abc` is not needed.
1 parent 4151e18 commit 814b245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3 - strategy pattern/strategy-after-fn.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import string
22
import random
33
from typing import List, Callable
4-
from abc import ABC, abstractmethod
54

65

76
def generate_id(length=8):

0 commit comments

Comments
 (0)