Skip to content

Commit 8de2cdb

Browse files
committed
Lint
1 parent d286813 commit 8de2cdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

yaramo/geo_node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import annotations
22

3+
import math
34
from abc import ABC, abstractmethod
5+
46
from haversine import Unit, haversine
5-
import math
67

78
from yaramo.base_element import BaseElement
89

yaramo/signal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from enum import Enum, auto
21
import logging
2+
from enum import Enum, auto
33
from typing import Set, Tuple
44
from uuid import uuid4
55

0 commit comments

Comments
 (0)