From ce900637a4c54a75daa6c0c00bb21c954331d108 Mon Sep 17 00:00:00 2001 From: Lauren Capelluto Date: Thu, 26 Sep 2019 08:12:27 -0400 Subject: [PATCH] Remove line in init which had been commented out (#3150) --- qiskit/pulse/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qiskit/pulse/__init__.py b/qiskit/pulse/__init__.py index 5ff47d933519..87ed22e580f9 100644 --- a/qiskit/pulse/__init__.py +++ b/qiskit/pulse/__init__.py @@ -24,5 +24,4 @@ from .configuration import LoConfig, LoRange from .exceptions import PulseError from .interfaces import ScheduleComponent -# from .parser import parse_string_expr from .schedule import Schedule