Skip to content

Commit

Permalink
removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Duan Uys committed Dec 1, 2020
1 parent fe569a9 commit 2df880d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ server/logs/server.log.2020_11_24
server/logs/lockwarnings.log.1
server/logs/server.log.2020_11_25

server/logs/portal.log.2020_11_30
server/logs/server.log.2020_11_30
.gitignore
1 change: 0 additions & 1 deletion world/edit/redit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""

import re, copy
from typing import final
from evennia.utils.utils import wrap
from typeclasses.rooms.rooms import VALID_ROOM_FLAGS, VALID_ROOM_SECTORS, get_room
from world.utils.utils import clear_terminal, has_zone, match_name, match_string, mxp_string, next_available_rvnum, room_exists
Expand Down

0 comments on commit 2df880d

Please sign in to comment.