diff --git a/worlds/ladx/LADXR/logic/location.py b/worlds/ladx/LADXR/logic/location.py index a9fb52985e95..2c95772b8fb6 100644 --- a/worlds/ladx/LADXR/logic/location.py +++ b/worlds/ladx/LADXR/logic/location.py @@ -84,4 +84,4 @@ def __init__(self, name): Location.__init__(self, name, location_type=LocationType.Indoor) class VirtualLocation(Location): - pass \ No newline at end of file + pass