Skip to content

Commit 9d6f102

Browse files
committed
Move utils.py to utils/utils.py
I wished to have a full utils folder on an other project but didn't wanna refactor the whole project, so I'm gonna do it here before it gets too complicated
1 parent 3616580 commit 9d6f102

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/cogs/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import discord
22
from discord.ext import commands
33

4-
import utils as utl
4+
from utils import utils as utl
55
from environment import OWNER_NAME, OWNER_ID, VERSION, PREFIX
66

77
### @package help

src/cogs/misc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import discord
21
from discord.ext import commands
32

4-
import utils as ut
3+
from utils import utils as ut
54

65

76
### @package misc
File renamed without changes.

0 commit comments

Comments
 (0)