small cleanup
This commit is contained in:
		| @@ -3,7 +3,6 @@ Inkycal weather module | |||||||
| Copyright by aceinnolab | Copyright by aceinnolab | ||||||
| """ | """ | ||||||
|  |  | ||||||
| import datetime |  | ||||||
| import arrow | import arrow | ||||||
| import decimal | import decimal | ||||||
| import logging | import logging | ||||||
| @@ -23,7 +22,7 @@ from inkycal.custom.openweathermap_wrapper import OpenWeatherMap | |||||||
| from inkycal.modules.template import inkycal_module | from inkycal.modules.template import inkycal_module | ||||||
|  |  | ||||||
| logger = logging.getLogger(__name__) | logger = logging.getLogger(__name__) | ||||||
| logger.setLevel(level=logging.DEBUG) | logger.setLevel(level=logging.INFO) | ||||||
|  |  | ||||||
|  |  | ||||||
| class Weather(inkycal_module): | class Weather(inkycal_module): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 mrbwburns
					mrbwburns