Skip to content

Commit cb616a0

Browse files
author
egges
authored
Merge pull request #9 from trolzen/patch-1
remove unnecessary import
2 parents 4151e18 + 814b245 commit cb616a0

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)