We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4151e18 commit 814b245Copy full SHA for 814b245
3 - strategy pattern/strategy-after-fn.py
@@ -1,7 +1,6 @@
1
import string
2
import random
3
from typing import List, Callable
4
-from abc import ABC, abstractmethod
5
6
7
def generate_id(length=8):
0 commit comments