Skip to content

Commit 925a587

Browse files
committed
cosmetic
1 parent 036bd76 commit 925a587

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

memory_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ def choose_backend(new_backend=None):
10091009
setup one of the allowable backends
10101010
"""
10111011

1012+
_backend = 'no_backend'
10121013
backends = [
10131014
('psutil', has_psutil),
10141015
('posix', os.name == 'posix'),

0 commit comments

Comments
 (0)