Skip to content

Commit d1fe317

Browse files
yaelbhdiego-plan9
authored andcommitted
Fixed a linter error (#3)
1 parent 14aa116 commit d1fe317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_projectq/test_qasm_simulator_projectq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# pylint: disable=invalid-name,missing-docstring,broad-except
2+
# pylint: disable=invalid-name,missing-docstring,broad-except,no-member
33

44
# Copyright 2017 IBM RESEARCH. All Rights Reserved.
55
#

0 commit comments

Comments
 (0)