Spaces:
Runtime error
Runtime error
Marc-Antoine Rondeau
commited on
Commit
·
6f6984a
1
Parent(s):
909ae3f
Linting
Browse files- buster/parser.py +2 -2
buster/parser.py
CHANGED
@@ -1,8 +1,8 @@
|
|
|
|
|
|
1 |
from abc import ABC, abstractmethod
|
2 |
from dataclasses import InitVar, dataclass, field
|
3 |
from itertools import takewhile, zip_longest
|
4 |
-
import math
|
5 |
-
import os
|
6 |
from typing import Iterator
|
7 |
|
8 |
import bs4
|
|
|
1 |
+
import math
|
2 |
+
import os
|
3 |
from abc import ABC, abstractmethod
|
4 |
from dataclasses import InitVar, dataclass, field
|
5 |
from itertools import takewhile, zip_longest
|
|
|
|
|
6 |
from typing import Iterator
|
7 |
|
8 |
import bs4
|