SIGN IN SIGN UP

dijkstra.py: Use r"strings" to fix two pylint warnings (#1052)

```
=============================== warnings summary ===============================
graphs/dijkstra.py:81
  /home/travis/build/TheAlgorithms/Python/graphs/dijkstra.py:81: DeprecationWarning: invalid escape sequence \ 
    """
graphs/dijkstra.py:97
  /home/travis/build/TheAlgorithms/Python/graphs/dijkstra.py:97: DeprecationWarning: invalid escape sequence \ 
    """
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 126 passed, 7 warnings in 19.35 seconds ====================
```
C
Christian Clauss committed
0f0953070750f9f9813ea599e74d04a9c34e5dd2
Parent: 5b5beb6
Committed by John Law <johnlaw.po@gmail.com> on 7/20/2019, 4:31:08 PM