Skip to content

Commit a1f8170

Browse files
Merge branch 'refs/heads/master' into pip
2 parents b6a3ca7 + 21cec65 commit a1f8170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/eqsn_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self):
117117
self._hosts = EQSNBackend.Hosts.get_instance()
118118
# keys are from : to, where from is the host calling create EPR
119119
self._entaglement_qubits = EQSNBackend.EntanglementIDs.get_instance()
120-
self.eqsn = EQSN()
120+
self.eqsn = EQSN.get_instance()
121121

122122
def start(self, **kwargs):
123123
"""

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Automat==0.8.0
66
Babel==2.7.0
77
backcall==0.1.0
88
bitstring==3.1.6
9-
bleach==3.1.1
9+
bleach==3.1.2
1010
certifi==2019.6.16
1111
chardet==3.0.4
1212
Click==7.0

0 commit comments

Comments
 (0)