issues
search
AlexOBarnes
/
StarWatch
3
stars
0
forks
source link
Moved functions from function files into appropriate scripts: Caleb
#206
Closed
CalebMathers
closed
1 month ago
CalebMathers
commented
1 month ago
This closes #205
Moved the functions and import from the
..._functions.py
files into their main scripts. Made sure module imports in other files are correct and tests still pass.
Fixed a few pylint issues.
Changed Dockerfile to only copy the necessary files now.
This closes #205
..._functions.py
files into their main scripts. Made sure module imports in other files are correct and tests still pass.