Sort imports according to PEP8 for components starting with "G" (#29767)

This commit is contained in:
Bas Nijholt 2019-12-09 14:17:36 +01:00 committed by Franck Nijhof
parent ca0fad2cbb
commit d58e6e924a
22 changed files with 80 additions and 82 deletions

View file

@ -1,6 +1,7 @@
"""Support for GitHub."""
from datetime import timedelta
import logging
import github
import voluptuous as vol