Skip to content

Commit 46ba599

Browse files
AlvaroMarquesAndraderalphrass
authored andcommitted
[MLOP-648] Implement query method, metastore (#294)
1 parent baea034 commit 46ba599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

butterfree/migrations/database_migration/cassandra_migration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Cassandra Migration entity."""
22

3-
import logging
4-
from typing import Any, Dict, List, Set
3+
from typing import Any, Dict, List
54

65
from butterfree.clients import CassandraClient
76
from butterfree.configs.db import CassandraConfig

butterfree/migrations/database_migration/database_migration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Migration entity."""
2+
import logging
23
from abc import ABC, abstractmethod
34
from dataclasses import dataclass
45
from enum import Enum, auto

0 commit comments

Comments
 (0)