Remove unneeded sys import from unittest
This commit is contained in:
		
							parent
							
								
									98209e92ee
								
							
						
					
					
						commit
						3e71a50403
					
				|  | @ -344,7 +344,6 @@ class TestLoggingInteraction(object): | |||
| 
 | ||||
|     def test_logging_initialized_in_test(self, testdir): | ||||
|         p = testdir.makepyfile(""" | ||||
|             import sys | ||||
|             def test_something(): | ||||
|                 import logging | ||||
|                 logging.basicConfig() | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue