We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002f59 commit f211de2Copy full SHA for f211de2
2 files changed
doc/data/messages/u/ungrouped-imports/bad.py
@@ -0,0 +1,5 @@
1
+import logging
2
+import os
3
+import sys
4
+import logging.config # [ungrouped-imports]
5
+from logging.handlers import WatchedFileHandler
doc/data/messages/u/ungrouped-imports/good.py
+import logging.config
+from logging.handlers import FileHandler
0 commit comments