We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4151e18 + 814b245 commit cb616a0Copy full SHA for cb616a0
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