Skip to content

Commit 3cca4a5

Browse files
committed
extacted axis to separate module
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent d8cf515 commit 3cca4a5

File tree

3 files changed

+764
-739
lines changed

3 files changed

+764
-739
lines changed

plotly/src/layout/annotation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ impl Annotation {
288288

289289
#[cfg(test)]
290290
mod tests {
291-
use super::*;
292291
use serde_json::{json, to_value};
293292

293+
use super::*;
294294
use crate::common::{Anchor, Font, Label};
295295

296296
#[test]

0 commit comments

Comments
 (0)