General code cleanup

This commit is contained in:
etorres4 2022-03-17 23:04:05 -07:00
parent 680a43dac9
commit 4cdb37e41b

View File

@ -1,4 +1,4 @@
import packaging_scripts.pacmanconf as pacmanconf
import packaging_scripts.pacman as pacman
import re
import unittest
@ -10,7 +10,7 @@ from unittest.mock import MagicMock, patch
# ========== Constants ==========
TESTING_MODULE = f"packaging_scripts.pacmanconf"
TESTING_MODULE = f"packaging_scripts.pacman"
# ========== Unit Tests ==========