Skip to content

Commit 9148729

Browse files
committed
Fix a typo
1 parent 480e76a commit 9148729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/params/box.py

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

3+
from dataclasses import dataclass
34
from typing import TYPE_CHECKING
45

5-
from dataclass import dataclass
66
from pygmt.params.base import Alias, BaseParams
77

88
if TYPE_CHECKING:

0 commit comments

Comments
 (0)