saltyrtc-server-python icon indicating copy to clipboard operation
saltyrtc-server-python copied to clipboard

Upgrade code to leverage Python >= 3.6

Open lgrahl opened this issue 6 years ago • 0 comments

Upgrade the code to fully leverage Python 3.6:

  • Use f-strings
  • Use variable annotations
  • Async generators/comprehensions (if needed)
  • Check for workarounds that can be dropped
  • Check for unnecessary type casts

lgrahl avatar Aug 26 '19 17:08 lgrahl