postmanlabs / pmquickstarts

Follow along with our tutorials to get you up and running with Postman.
Apache License 2.0
5 stars 13 forks source link

fixed circular import bug #63

Open kirellkekw opened 6 months ago

kirellkekw commented 6 months ago

guide walks us through to create a websockets.py file that was trying to import websockets library, which caused a circular import error. this commit renames the created file as myserver.py to avoid circular import.