diff options
| author | root <root@turin.home> | 2022-01-16 13:40:19 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-16 13:40:19 +0000 |
| commit | befb917ec5cbcbb0aaae33c53e6c0b2c4b92afcf (patch) | |
| tree | c2bcffbd5a831d376218f7b2e92cc4b382e0a43b /queue-test.py | |
| parent | 7104802fedc605cb386339733a6162e10da2aabd (diff) | |
Avoid naming conflict with queue library
Diffstat (limited to 'queue-test.py')
| -rw-r--r-- | queue-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queue-test.py b/queue-test.py index 90838f5..f7b6380 100644 --- a/queue-test.py +++ b/queue-test.py @@ -1,4 +1,4 @@ -from queue import circular_queue +from circular_queue import circular_queue def test_queue_average(): a = circular_queue(50) |
