Skip to content

Commit fdd7fdc

Browse files
authored
Update timer_esra_kaya.py
1 parent 932e625 commit fdd7fdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Week06/timer_esra_kaya.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
import os
2-
import pytest
31
import time
42

53
class Timer:
64
def __enter__(self):
7-
85
self.start_time = time.time() # Record the start time
96
return self
107

118
def __exit__(self, exc_type, exc_val, exc_tb):
12-
139
self.end_time = time.time() # Record the end time

0 commit comments

Comments
 (0)