Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into pip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendiadamo committed Mar 26, 2020
2 parents b6a3ca7 + 21cec65 commit a1f8170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backends/eqsn_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self):
self._hosts = EQSNBackend.Hosts.get_instance()
# keys are from : to, where from is the host calling create EPR
self._entaglement_qubits = EQSNBackend.EntanglementIDs.get_instance()
self.eqsn = EQSN()
self.eqsn = EQSN.get_instance()

def start(self, **kwargs):
"""
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Automat==0.8.0
Babel==2.7.0
backcall==0.1.0
bitstring==3.1.6
bleach==3.1.1
bleach==3.1.2
certifi==2019.6.16
chardet==3.0.4
Click==7.0
Expand Down

0 comments on commit a1f8170

Please sign in to comment.