Skip to content

Commit

Permalink
Remove issubclass check
Browse files Browse the repository at this point in the history
  • Loading branch information
marinegor committed Aug 16, 2024
1 parent f6672ff commit 1dc4613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/MDAnalysis/analysis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ def run(
progressbar_kwargs = {} if progressbar_kwargs is None else progressbar_kwargs
if ((progressbar_kwargs or verbose) and
not (backend == "serial" or
issubclass(backend, BackendSerial) or
isinstance(backend, BackendSerial))):
raise ValueError("Can not display progressbar with non-serial backend")

Expand Down

0 comments on commit 1dc4613

Please sign in to comment.