linting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""Helper functions for the dotfiles system."""
|
||||
|
||||
import sys
|
||||
import subprocess
|
||||
import math
|
||||
@@ -7,7 +9,6 @@ import random
|
||||
import shutil
|
||||
import datetime
|
||||
|
||||
"""Helper functions for the dotfiles system."""
|
||||
|
||||
try:
|
||||
import pyfiglet
|
||||
@@ -173,7 +174,6 @@ def ensure_dependencies():
|
||||
|
||||
printfe("green", "All dependencies have been processed")
|
||||
return True
|
||||
else:
|
||||
printfe("yellow", "Skipping dependency installation")
|
||||
return False
|
||||
printfe("yellow", "Skipping dependency installation")
|
||||
return False
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user