File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,6 @@ def __init__(self):
17
17
self.time_provider = datetime.datetime.now
18
18
19
19
def get_current_time_as_html_fragment(self):
20
- """
21
- Returns the current time as a string in 12 - hour clock format with seconds and am / pm .
22
- """
23
- """
24
- Returns the current time as a string in 12 - hour clock format with seconds and am / pm .
25
- """
26
- """
27
- Returns the current time as a string in 12 - hour clock format with seconds and am / pm .
28
- """
29
20
current_time = self.time_provider()
30
21
current_time_as_html_fragment = "<span class=\" tinyBoldText\" >{}</span>".format(current_time)
31
22
return current_time_as_html_fragment
@@ -70,15 +61,6 @@ def set_time_provider(self, time_provider: Callable):
70
61
self .time_provider = time_provider
71
62
72
63
def get_current_time_as_html_fragment (self ):
73
- """
74
- Returns the current time as a string in 12-hour clock format with seconds and am/pm.
75
- """
76
- """
77
- Returns the current time as a string in 12-hour clock format with seconds and am/pm.
78
- """
79
- """
80
- Returns the current time as a string in 12-hour clock format with seconds and am/pm.
81
- """
82
64
current_time = self .time_provider ()
83
65
current_time_as_html_fragment = '<span class="tinyBoldText">{}</span>' .format (
84
66
current_time
You can’t perform that action at this time.
0 commit comments