Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Purge unused import
Browse files Browse the repository at this point in the history
VS code likes to import random things sometime's
  • Loading branch information
0x4248 committed Jun 4, 2021
1 parent fc304d3 commit d03470a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Xshell/system/system64/command.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from math import trunc


def run(command):
if "cd " in command:
ccommand = command[:2]
Expand Down Expand Up @@ -427,4 +424,4 @@ def run(command):
from colr import color
print(color("[X] File no found 404", fore="red"))
return None


0 comments on commit d03470a

Please sign in to comment.