Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouli committed Dec 30, 2024
1 parent 72d91ef commit afec7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/example/async_producer_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import time

from rocketmq import ClientConfiguration, Credentials, Message, Producer


Expand Down
1 change: 1 addition & 0 deletions python/example/async_simple_consumer_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.

import functools
import time
from rocketmq import ClientConfiguration, Credentials, SimpleConsumer


Expand Down

0 comments on commit afec7ff

Please sign in to comment.