1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00

Remove an unused subprocess import

This commit is contained in:
Kurt McKee 2022-04-11 07:43:57 -05:00
parent d2f76a2593
commit 5f6d060fd2

View file

@ -4,7 +4,6 @@ import glob
import shutil
import dotbot
import dotbot.util
import subprocess
class Link(dotbot.Plugin):