schollz / raspberry-pi-turnkey

How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH :ok_hand:
MIT License
828 stars 90 forks source link

Remove redundant import #18

Closed yeyeto2788 closed 5 years ago

yeyeto2788 commented 5 years ago

Hello @schollz,

I have noticed that there is this statement on the startup.py file:

import os.path
import os

Only with importing the os you don't need the os.path

I created the PR just for saving you :clock1:, I hope it is not rude making this PR without even asking first.

Regards.

schollz commented 5 years ago

Thanks!

Not rude at all - I'd rather have PRs without asking.