Update Node.php

This commit is contained in:
Dennis Eichhorn 2019-08-20 16:10:39 +02:00 committed by GitHub
parent cdbfa4e1b0
commit 8f3eeac987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace phpOMS\Algorithm\PathFinding;
use phpOMS\Stdlib\Base\Enum;
/**
* Node on grid.
*